From ed6382151bfca15ec530e374490324c4483617e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 07:32:27 +0000 Subject: [PATCH] build(deps): bump ic-agent from 0.47.2 to 0.47.3 Bumps [ic-agent](https://github.com/dfinity/agent-rs) from 0.47.2 to 0.47.3. - [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) --- updated-dependencies: - dependency-name: ic-agent dependency-version: 0.47.3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 da0b647..37f803b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1332,9 +1332,9 @@ dependencies = [ [[package]] name = "ic-agent" -version = "0.47.2" +version = "0.47.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fefe511d29d927aa5a2090c2e26e0b72cd0633ab7007927e19aeceb05c2a42b1" +checksum = "85dbab284eac1806b77833cff143d66ae97aae74d34b0e60fb4ab4edf3d6fa12" dependencies = [ "arc-swap", "async-channel 2.5.0", @@ -1355,7 +1355,7 @@ dependencies = [ "http-body-util", "ic-certification", "ic-ed25519", - "ic-transport-types 0.47.2", + "ic-transport-types 0.47.3", "ic-verify-bls-signature", "ic_principal", "k256", @@ -1572,9 +1572,9 @@ dependencies = [ [[package]] name = "ic-transport-types" -version = "0.47.2" +version = "0.47.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a46a13c1e36d4ac5db68a84e68f2e9edf7773bea131e915e251709b00f5910d9" +checksum = "a2116182b3ec5a831d579db0a205b6cf9c2ca96616493bef99480532d0b3c2f5" dependencies = [ "candid", "hex", diff --git a/Cargo.toml b/Cargo.toml index a8c90c5..0aac844 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.1" -ic-agent = "0.47.2" +ic-agent = "0.47.3" ic-canister-runtime = { version = "0.2.3", path = "ic-canister-runtime" } ic-cdk = "0.20.1" ic-cdk-management-canister = "0.1.1"