From fc2f7f483636879ab15e7491f6952e16d5bf9439 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 09:08:19 +0000 Subject: [PATCH] build(deps): bump ic-management-canister-types from 0.3.3 to 0.4.1 Bumps [ic-management-canister-types](https://github.com/dfinity/cdk-rs) from 0.3.3 to 0.4.1. - [Release notes](https://github.com/dfinity/cdk-rs/releases) - [Commits](https://github.com/dfinity/cdk-rs/commits) --- updated-dependencies: - dependency-name: ic-management-canister-types dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 +++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba2a09c..49d3773 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -306,7 +306,7 @@ dependencies = [ "http", "ic-cdk", "ic-error-types", - "ic-management-canister-types", + "ic-management-canister-types 0.4.1", "itertools", "maplit", "num-traits", @@ -1062,7 +1062,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", @@ -1228,7 +1228,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", @@ -1308,6 +1308,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" @@ -1943,7 +1954,7 @@ dependencies = [ "flate2", "hex", "ic-certification", - "ic-management-canister-types", + "ic-management-canister-types 0.3.3", "ic-transport-types 0.40.1", "reqwest", "schemars", diff --git a/Cargo.toml b/Cargo.toml index 6f311f2..632194c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ ic-agent = "0.44.3" 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"