From d9551ea3fc1dbe0e649d616823c6f63e53afe044 Mon Sep 17 00:00:00 2001 From: chenyan-dfinity Date: Tue, 22 Sep 2020 11:21:19 -0700 Subject: [PATCH] chore: bump candid --- Cargo.lock | 6 +++--- src/dfx/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1bce963f6..12a865b74e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -642,9 +642,9 @@ dependencies = [ [[package]] name = "candid" -version = "0.6.6" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ccf4490c14ff64cac64a3b7dabc3cd7270ebc096eae12c745c3ad6882385198" +checksum = "a72c51bb97c469cbb72afcc2372af1d7ce9f2126a89075dc1bf357c775c6f0db" dependencies = [ "byteorder", "candid_derive", @@ -1680,7 +1680,7 @@ dependencies = [ [[package]] name = "ic-types" version = "0.1.1" -source = "git+ssh://git@github.com/dfinity-lab/agent-rust.git?branch=next#0f1020013a2d447b1850f52a1a5843f9ad8acbf2" +source = "git+ssh://git@github.com/dfinity-lab/agent-rust.git?branch=next#23972ef6eb8ccbab8bcdb3cfa384f8db231eb01f" dependencies = [ "base32", "crc32fast", diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index f2f10e5a9e..4edf44899c 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -21,7 +21,7 @@ actix-server = "1.0.3" actix-web = { version = "2.0.0", features = [ "default", "openssl", "rustls" ] } atty = "0.2.13" base64 = "0.11.0" -candid = "0.6.6" +candid = "0.6.7" chrono = "0.4.9" clap = "2.33.0" console = "0.7.7"