From 29d29d3dd2e99311c602487e666a595fa3c66694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 01:25:57 +0000 Subject: [PATCH] build(deps): bump ic-agent from 0.46.2 to 0.47.1 Bumps [ic-agent](https://github.com/dfinity/agent-rs) from 0.46.2 to 0.47.1. - [Release notes](https://github.com/dfinity/agent-rs/releases) - [Changelog](https://github.com/dfinity/agent-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/dfinity/agent-rs/commits/v0.47.1) --- updated-dependencies: - dependency-name: ic-agent dependency-version: 0.47.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d01648d..293f742 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1372,9 +1372,9 @@ dependencies = [ [[package]] name = "ic-agent" -version = "0.46.2" +version = "0.47.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "223e34e74ee20df849226a45e14f6b47f4d53a97f34d571e7b6111728c965489" +checksum = "694f78a861d8a0643ecee96926573fc44ab43de9fc74e4443c2174a527d243ad" dependencies = [ "arc-swap", "async-channel 2.5.0", @@ -1395,7 +1395,7 @@ dependencies = [ "http-body-util", "ic-certification", "ic-ed25519", - "ic-transport-types 0.46.2", + "ic-transport-types 0.47.1", "ic-verify-bls-signature", "ic_principal", "k256", @@ -1612,9 +1612,9 @@ dependencies = [ [[package]] name = "ic-transport-types" -version = "0.46.2" +version = "0.47.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26448ff3dd1dc1afbfdd008153b2fde7ab117296e866cd7642c4a0cb9c88e421" +checksum = "aa56b9d37b063451c2aadd864030d587d7c050001a26f55b2416cb33a74646f3" dependencies = [ "candid", "hex", diff --git a/Cargo.toml b/Cargo.toml index cecf364..ea3ead9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ derive_more = { version = "2.1.1", features = ["from", "try_unwrap", "unwrap"] } futures-channel = "0.3.32" futures-util = "0.3.32" http = "1.4.0" -ic-agent = "0.46.2" +ic-agent = "0.47.1" ic-canister-runtime = { version = "0.2.2", path = "ic-canister-runtime" } ic-cdk = "0.20.0" ic-cdk-management-canister = "0.1.1"