From 55c28764af268abe0aa0fdf0807c030ee72ee0e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:23:54 +0000 Subject: [PATCH] build(deps): bump ic-agent from 0.47.3 to 0.49.2 Bumps [ic-agent](https://github.com/dfinity/agent-rs) from 0.47.3 to 0.49.2. - [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.49.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 37 +++++++++++++++++++++++-------------- Cargo.toml | 2 +- 2 files changed, 24 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a07ad86..b45c82e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -176,6 +176,15 @@ dependencies = [ "rand 0.8.6", ] +[[package]] +name = "backon" +version = "1.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cffb0e931875b666fc4fcb20fee52e9bbd1ef836fd9e9e04ec21555f9f85f7ef" +dependencies = [ + "fastrand", +] + [[package]] name = "base16ct" version = "0.2.0" @@ -892,7 +901,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -1344,16 +1353,16 @@ dependencies = [ [[package]] name = "ic-agent" -version = "0.47.3" +version = "0.49.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "85dbab284eac1806b77833cff143d66ae97aae74d34b0e60fb4ab4edf3d6fa12" +checksum = "1f9086b59107b6d6485a915762a2a3986ef208e80bb40eff22d099bbcd71deea" dependencies = [ "arc-swap", "async-channel 2.5.0", "async-lock", "async-trait", "async-watch", - "backoff", + "backon", "bytes", "cached", "candid", @@ -1367,7 +1376,7 @@ dependencies = [ "http-body-util", "ic-certification", "ic-ed25519", - "ic-transport-types 0.47.3", + "ic-transport-types 0.49.2", "ic-verify-bls-signature", "ic_principal", "k256", @@ -1584,9 +1593,9 @@ dependencies = [ [[package]] name = "ic-transport-types" -version = "0.47.3" +version = "0.49.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a2116182b3ec5a831d579db0a205b6cf9c2ca96616493bef99480532d0b3c2f5" +checksum = "e2d13d859ea481e8d5766a54a3b4dfcf4c11ff6f21d5e2aeaf9a44dd710a76ff" dependencies = [ "candid", "hex", @@ -2062,7 +2071,7 @@ version = "0.50.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" dependencies = [ - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -2720,7 +2729,7 @@ dependencies = [ "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -2778,7 +2787,7 @@ dependencies = [ "security-framework", "security-framework-sys", "webpki-root-certs", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -3147,7 +3156,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" dependencies = [ "libc", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -3176,7 +3185,7 @@ dependencies = [ "cfg-if", "libc", "psm", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -3299,7 +3308,7 @@ dependencies = [ "getrandom 0.4.2", "once_cell", "rustix", - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] @@ -3915,7 +3924,7 @@ version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" dependencies = [ - "windows-sys 0.52.0", + "windows-sys 0.61.2", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 5be7827..dc12cb8 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.3" +ic-agent = "0.49.2" ic-canister-runtime = { version = "0.2.3", path = "ic-canister-runtime" } ic-cdk = "0.20.1" ic-cdk-management-canister = "0.1.1"