diff --git a/Cargo.lock b/Cargo.lock index a37864200f..85dd02dedc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1552,9 +1552,9 @@ dependencies = [ [[package]] name = "slotmap" -version = "1.0.6" +version = "1.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342" +checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" dependencies = [ "version_check", ] diff --git a/canister_templates/experimental.wasm b/canister_templates/experimental.wasm index 23c9dcf20c..5ffa55d62d 100644 Binary files a/canister_templates/experimental.wasm and b/canister_templates/experimental.wasm differ diff --git a/canister_templates/stable.wasm b/canister_templates/stable.wasm index 04667889eb..aea799f31c 100644 Binary files a/canister_templates/stable.wasm and b/canister_templates/stable.wasm differ 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 67c1696957..ad062bb27b 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 @@ -15,7 +15,7 @@ candid = "0.10.11" candid_parser = "0.1.2" ic-stable-structures = "0.6.7" open_value_sharing = { path = "../open_value_sharing" } -slotmap = "=1.0.6" +slotmap = "=1.0.7" sha2 = "0.10.8" serde = "1.0.216" serde_json = "1.0.133" 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 f56169f35d..30c049a833 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 @@ -18,4 +18,4 @@ rquickjs = { version = "0.6.2", features = ["array-buffer"] } scopeguard = "1.2.0" serde = "1.0.216" serde_json = "1.0.133" -slotmap = "=1.0.6" +slotmap = "=1.0.7"