From 1ee3c4a749504ecb7eea1f63a5dddfb88c20724f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 20:09:42 +0000 Subject: [PATCH] Update Rust crate ic-cdk-macros to 0.8.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..7c12844 100644 --- a/src/canisters/my_example/Cargo.toml +++ b/src/canisters/my_example/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["cdylib"] [dependencies] ic-cdk = "0.3.3" -ic-cdk-macros = "0.3.3" +ic-cdk-macros = "0.8.0" candid = "0.7.10" serde = "1.0.133" serde_bytes = "0.11" diff --git a/src/ic_common/Cargo.toml b/src/ic_common/Cargo.toml index 0d9d71e..8b69270 100644 --- a/src/ic_common/Cargo.toml +++ b/src/ic_common/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] ic-cdk = "0.3.3" -ic-cdk-macros = "0.3.3" +ic-cdk-macros = "0.8.0" candid = "0.7.10" serde = "1.0.133" serde_bytes = "0.11" diff --git a/src/ic_test_common/Cargo.toml b/src/ic_test_common/Cargo.toml index 2955dee..5aa2989 100644 --- a/src/ic_test_common/Cargo.toml +++ b/src/ic_test_common/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] ic-cdk = "0.3.3" -ic-cdk-macros = "0.3.3" +ic-cdk-macros = "0.8.0" candid = "0.7.10" serde = "1.0.133" serde_bytes = "0.11"