diff --git a/Cargo.lock b/Cargo.lock index 37f803b..d629339 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1780,9 +1780,9 @@ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" [[package]] name = "itertools" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" +checksum = "8b4baf93f58d4425749ca49a51c50ebab072c5df6994d08fed93541c331481dc" dependencies = [ "either", ] diff --git a/Cargo.toml b/Cargo.toml index 0aac844..5be7827 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ ic-error-types = "0.2" ic-management-canister-types = "0.5.0" ic-pocket-canister-runtime = { path = "ic-pocket-canister-runtime" } ic-test-utilities-load-wasm = { git = "https://github.com/dfinity/ic", tag = "release-2025-01-23_03-04-base" } -itertools = "0.14.0" +itertools = "0.15.0" maplit = "1.0.2" num-traits = "0.2.19" pin-project = "1.1.13"