From e7bb551e10d449071618170d73340b74b0d75d1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:16:33 +0000 Subject: [PATCH] Update Rust crate ic-cdk to 0.17.0 --- 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..c683d6e 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.17.0" 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..8b10e30 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.17.0" 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..9d5c08a 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.17.0" ic-cdk-macros = "0.3.3" candid = "0.7.10" serde = "1.0.133"