From 50ef9f0361f48da3f1ef9e4f0997737b75d551dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 09:00:13 +0000 Subject: [PATCH] Update Rust crate ic-cdk-macros to 0.7 --- src/standard/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/standard/Cargo.toml b/src/standard/Cargo.toml index d4127a6..01b8ee0 100644 --- a/src/standard/Cargo.toml +++ b/src/standard/Cargo.toml @@ -9,6 +9,6 @@ crate-type = ["cdylib"] [dependencies] ic-cdk = "0.3" -ic-cdk-macros = "0.3" +ic-cdk-macros = "0.7" candid = "0.6.19" chrono = "0.4"