From 5c42b8fef896a1842bc10d0f75c22c0bbbd9e620 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 23:57:08 +0000 Subject: [PATCH] Update Rust crate ic-cdk-macros to 0.16 --- 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..6f304af 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.16" candid = "0.6.19" chrono = "0.4"