diff --git a/src/canisters/my_example/Cargo.toml b/src/canisters/my_example/Cargo.toml index 1bbada4..e2556d7 100644 --- a/src/canisters/my_example/Cargo.toml +++ b/src/canisters/my_example/Cargo.toml @@ -11,7 +11,7 @@ crate-type = ["cdylib"] [dependencies] ic-cdk = "0.3.3" ic-cdk-macros = "0.3.3" -candid = "0.7.10" +candid = "0.10.8" serde = "1.0.133" serde_bytes = "0.11" thiserror = "1.0" diff --git a/src/ic_common/Cargo.toml b/src/ic_common/Cargo.toml index 0d9d71e..130aa19 100644 --- a/src/ic_common/Cargo.toml +++ b/src/ic_common/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] ic-cdk = "0.3.3" ic-cdk-macros = "0.3.3" -candid = "0.7.10" +candid = "0.10.8" serde = "1.0.133" serde_bytes = "0.11" anyhow = "1.0.52" diff --git a/src/ic_test_common/Cargo.toml b/src/ic_test_common/Cargo.toml index 2955dee..68f8985 100644 --- a/src/ic_test_common/Cargo.toml +++ b/src/ic_test_common/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] ic-cdk = "0.3.3" ic-cdk-macros = "0.3.3" -candid = "0.7.10" +candid = "0.10.8" serde = "1.0.133" serde_bytes = "0.11" ic_common = { path = "../ic_common" }