diff --git a/Cargo.lock b/Cargo.lock index 37f803b..bd42a9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -880,7 +880,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -1245,7 +1245,7 @@ dependencies = [ "http", "ic-canister-runtime", "ic-cdk", - "ic-management-canister-types 0.5.0", + "ic-management-canister-types 0.7.1", "ic-test-utilities-load-wasm", "pocket-ic", "serde", @@ -2050,7 +2050,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -2698,7 +2698,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -2756,7 +2756,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -3125,7 +3125,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" dependencies = [ "libc", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -3154,7 +3154,7 @@ dependencies = [ "cfg-if", "libc", "psm", - "windows-sys 0.61.2", + "windows-sys 0.60.2", ] [[package]] @@ -3288,7 +3288,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix", - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] @@ -3297,7 +3297,7 @@ version = "1.0.0" dependencies = [ "candid", "ic-canister-runtime", - "ic-management-canister-types 0.5.0", + "ic-management-canister-types 0.7.1", "ic-pocket-canister-runtime", "ic-test-utilities-load-wasm", "pocket-ic", @@ -3904,7 +3904,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.61.2", + "windows-sys 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 0aac844..32b4b9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ ic-canister-runtime = { version = "0.2.3", path = "ic-canister-runtime" } ic-cdk = "0.20.1" ic-cdk-management-canister = "0.1.1" ic-error-types = "0.2" -ic-management-canister-types = "0.5.0" +ic-management-canister-types = "0.7.1" 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"