From e953f81807e2080388407089e471cb9083084efb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 25 Apr 2022 00:13:03 +0000 Subject: [PATCH] Update Rust crate ic-cdk to 0.5 --- 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..ea0bac3 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.5" ic-cdk-macros = "0.3" candid = "0.6.19" chrono = "0.4"