From 1821858f1bb4d9ae0b935f3163f3305d19df7c44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 12:21:42 +0000 Subject: [PATCH] Update Rust crate ic-cdk to 0.6.7 --- src/canisters/my_example/Cargo.toml | 2 +- src/ic_common/Cargo.toml | 2 +- src/ic_test_common/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/canisters/my_example/Cargo.toml b/src/canisters/my_example/Cargo.toml index 1bbada4..edbc3a4 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.6.7" 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..ce3f6a2 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.6.7" 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..b93df3c 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.6.7" ic-cdk-macros = "0.3.3" candid = "0.7.10" serde = "1.0.133"