From 9dc28af40b05e99d16b60916b09a73d4e4bedd9f Mon Sep 17 00:00:00 2001 From: Kristofer Date: Thu, 21 Nov 2024 09:57:43 +0100 Subject: [PATCH] Upgrade deps --- src/backend/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/backend/Cargo.toml b/src/backend/Cargo.toml index 31bde28..cb8c767 100644 --- a/src/backend/Cargo.toml +++ b/src/backend/Cargo.toml @@ -8,9 +8,9 @@ crate-type = ["cdylib"] [dependencies] candid = "0.10" -ic-cdk = "0.16" +ic-cdk = "0.17" getrandom = { version = "0.2.15", features = ["custom"] } -ic-cdk-timers = "0.10.0" +ic-cdk-timers = "0.11.0" serde_bytes = "0.11.15" # Use local clone of `ic-alloy` @@ -22,7 +22,7 @@ serde_bytes = "0.11.15" # ] } # Use `ic-alloy` hosted on GitHub. `ic-alloy` is not deployed to crates.io yet -alloy = { git = "https://github.com/ic-alloy/ic-alloy.git", tag = "v0.3.5-icp.0", default-features = false, features = [ +alloy = { git = "https://github.com/ic-alloy/ic-alloy.git", tag = "v0.3.5-icp.1", default-features = false, features = [ "icp", "sol-types", "json",