From 71fb74a53fbb51ff4b265cfb21b81d9a6918cf01 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 02:30:23 +0000 Subject: [PATCH] Update Rust crate ic-cdk to 0.12 --- 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..76d3743 100644 --- a/src/standard/Cargo.toml +++ b/src/standard/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" crate-type = ["cdylib"] [dependencies] -ic-cdk = "0.3" +ic-cdk = "0.12" ic-cdk-macros = "0.3" candid = "0.6.19" chrono = "0.4"