diff --git a/src/canisters/my_example/Cargo.toml b/src/canisters/my_example/Cargo.toml index 1bbada4..5930534 100644 --- a/src/canisters/my_example/Cargo.toml +++ b/src/canisters/my_example/Cargo.toml @@ -9,7 +9,7 @@ edition = "2018" crate-type = ["cdylib"] [dependencies] -ic-cdk = "0.3.3" +ic-cdk = "0.7.3" ic-cdk-macros = "0.3.3" candid = "0.7.10" serde = "1.0.133" diff --git a/src/ic_common/Cargo.toml b/src/ic_common/Cargo.toml index 0d9d71e..1e4a599 100644 --- a/src/ic_common/Cargo.toml +++ b/src/ic_common/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ic-cdk = "0.3.3" +ic-cdk = "0.7.3" ic-cdk-macros = "0.3.3" candid = "0.7.10" serde = "1.0.133" diff --git a/src/ic_test_common/Cargo.toml b/src/ic_test_common/Cargo.toml index 2955dee..d788506 100644 --- a/src/ic_test_common/Cargo.toml +++ b/src/ic_test_common/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -ic-cdk = "0.3.3" +ic-cdk = "0.7.3" ic-cdk-macros = "0.3.3" candid = "0.7.10" serde = "1.0.133"