diff --git a/Cargo.lock b/Cargo.lock index 8ea8c7d57d..c2abf3f8e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -483,8 +483,8 @@ dependencies = [ "anyhow", "candid", "candid_parser", - "ic-cdk 0.16.0", - "ic-cdk-macros 0.16.0", + "ic-cdk 0.17.1", + "ic-cdk-macros 0.17.1", "ic-cdk-timers", "ic-stable-structures", "ic-wasi-polyfill", @@ -1070,8 +1070,8 @@ version = "0.0.0" dependencies = [ "anyhow", "candid", - "ic-cdk 0.16.0", - "ic-cdk-macros 0.16.0", + "ic-cdk 0.17.1", + "ic-cdk-macros 0.17.1", "ic-cdk-timers", "ic-stable-structures", "proptest", @@ -1601,8 +1601,8 @@ version = "0.0.0" dependencies = [ "candid", "candid_parser", - "ic-cdk 0.16.0", - "ic-cdk-macros 0.16.0", + "ic-cdk 0.17.1", + "ic-cdk-macros 0.17.1", "ic-cdk-timers", "ic-stable-structures", "ic-wasi-polyfill", @@ -1995,7 +1995,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]] diff --git a/src/build/experimental/commands/compile/wasm_binary/rust/experimental_canister_template/Cargo.toml b/src/build/experimental/commands/compile/wasm_binary/rust/experimental_canister_template/Cargo.toml index 68cd5dfefd..c3bc71faa6 100644 --- a/src/build/experimental/commands/compile/wasm_binary/rust/experimental_canister_template/Cargo.toml +++ b/src/build/experimental/commands/compile/wasm_binary/rust/experimental_canister_template/Cargo.toml @@ -8,8 +8,8 @@ crate-type = ["cdylib"] [dependencies] anyhow = "1.0.95" -ic-cdk = "0.16.0" -ic-cdk-macros = "0.16.0" +ic-cdk = "0.17.1" +ic-cdk-macros = "0.17.1" ic-cdk-timers = "0.11.0" candid = "0.10.11" candid_parser = "0.1.2" diff --git a/src/build/experimental/commands/compile/wasm_binary/rust/open_value_sharing/Cargo.toml b/src/build/experimental/commands/compile/wasm_binary/rust/open_value_sharing/Cargo.toml index d669b6ea8b..0f24ea6a7d 100644 --- a/src/build/experimental/commands/compile/wasm_binary/rust/open_value_sharing/Cargo.toml +++ b/src/build/experimental/commands/compile/wasm_binary/rust/open_value_sharing/Cargo.toml @@ -7,8 +7,8 @@ edition = "2018" serde = "1.0.216" serde_json = "1.0.134" candid = "0.10.11" -ic-cdk = "0.16.0" -ic-cdk-macros = "0.16.0" +ic-cdk = "0.17.1" +ic-cdk-macros = "0.17.1" ic-cdk-timers = "0.11.0" ic-stable-structures = "0.6.7" anyhow = "1.0.95" diff --git a/src/build/stable/commands/compile/wasm_binary/rust/stable_canister_template/Cargo.toml b/src/build/stable/commands/compile/wasm_binary/rust/stable_canister_template/Cargo.toml index b098c8f137..cdf4284dc4 100644 --- a/src/build/stable/commands/compile/wasm_binary/rust/stable_canister_template/Cargo.toml +++ b/src/build/stable/commands/compile/wasm_binary/rust/stable_canister_template/Cargo.toml @@ -9,8 +9,8 @@ crate-type = ["cdylib"] [dependencies] candid = "0.10.11" candid_parser = "0.1.2" -ic-cdk = "0.16.0" -ic-cdk-macros = "0.16.0" +ic-cdk = "0.17.1" +ic-cdk-macros = "0.17.1" ic-cdk-timers = "0.11.0" ic-stable-structures = "0.6.7" ic-wasi-polyfill = "0.6.4"