From e766b2035b4cf6b1642220acd0a3ffd0344750a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 01:26:29 +0000 Subject: [PATCH] build(deps): bump ic-management-canister-types from 0.5.0 to 0.7.1 Bumps [ic-management-canister-types](https://github.com/dfinity/cdk-rs) from 0.5.0 to 0.7.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.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d01648d..cfce9d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1290,7 +1290,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", @@ -3179,6 +3179,7 @@ dependencies = [ "cfg-if", "libc", "psm", + "windows-sys 0.52.0", "windows-sys 0.59.0", ] @@ -3337,7 +3338,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", diff --git a/Cargo.toml b/Cargo.toml index cecf364..067317d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ ic-canister-runtime = { version = "0.2.2", path = "ic-canister-runtime" } ic-cdk = "0.20.0" 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"