From 28c4de5a94c846170c02b4ecd2030d43858b3666 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 24 Apr 2022 23:37:52 +0000 Subject: [PATCH] Update Rust crate ic-cdk-macros to 0.5.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..72dbef7 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.5.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..edf30e8 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.5.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..39ef1f7 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.5.0" candid = "0.7.10" serde = "1.0.133" serde_bytes = "0.11"