diff --git a/src/standard/Cargo.toml b/src/standard/Cargo.toml index d4127a6..9e809cb 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.15" ic-cdk-macros = "0.3" candid = "0.6.19" chrono = "0.4"