diff --git a/Cargo.lock b/Cargo.lock index 5ce20cb..c6d2c7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -232,7 +232,7 @@ dependencies = [ "http", "ic-cdk", "ic-error-types", - "ic-management-canister-types", + "ic-management-canister-types 0.4.1", "itertools", "maplit", "num-traits", @@ -745,7 +745,7 @@ dependencies = [ "canhttp", "http", "ic-cdk", - "ic-management-canister-types", + "ic-management-canister-types 0.4.1", "ic-test-utilities-load-wasm", "pocket-ic", "serde", @@ -847,7 +847,7 @@ dependencies = [ "ic-cdk-executor", "ic-cdk-macros", "ic-error-types", - "ic-management-canister-types", + "ic-management-canister-types 0.3.3", "ic0", "serde", "serde_bytes", @@ -912,6 +912,17 @@ dependencies = [ "serde_bytes", ] +[[package]] +name = "ic-management-canister-types" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b5a939a84adbc30769d47e5de72c7b9f3713284e3ac87df4eb24795677a8df8" +dependencies = [ + "candid", + "serde", + "serde_bytes", +] + [[package]] name = "ic-mock-http-canister-runtime" version = "0.1.0" @@ -1411,7 +1422,7 @@ dependencies = [ "flate2", "hex", "ic-certification", - "ic-management-canister-types", + "ic-management-canister-types 0.3.3", "ic-transport-types", "reqwest", "schemars", diff --git a/Cargo.toml b/Cargo.toml index 04ab532..5c53545 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ http = "1.3.1" ic-canister-runtime = { path = "ic-canister-runtime" } ic-cdk = "0.18.7" ic-error-types = "0.2" -ic-management-canister-types = "0.3.3" +ic-management-canister-types = "0.4.1" ic-test-utilities-load-wasm = { git = "https://github.com/dfinity/ic", tag = "release-2025-01-23_03-04-base" } itertools = "0.14.0" maplit = "1.0.2"