From f59ce5a1d1d99cf17232b46b1c007ca5cfce6753 Mon Sep 17 00:00:00 2001 From: Shiling Wang Date: Mon, 23 Mar 2026 15:13:09 +0100 Subject: [PATCH] Update ic-agent to 0.47 and bump ic-bn-lib-common to 0.1.7 --- Cargo.toml | 2 +- ic-bn-lib-common/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f792863..1638318 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ http-body-util = "0.1.2" humantime = "2.2.0" hyper = "1.7.0" hyper-util = { version = "0.1.10", features = ["full"] } -ic-agent = { version = "0.46.2", features = [ +ic-agent = { version = "0.47", features = [ "ring", "_internal_dynamic-routing", ] } diff --git a/ic-bn-lib-common/Cargo.toml b/ic-bn-lib-common/Cargo.toml index a8d246e..f6b2724 100644 --- a/ic-bn-lib-common/Cargo.toml +++ b/ic-bn-lib-common/Cargo.toml @@ -5,7 +5,7 @@ license.workspace = true readme.workspace = true keywords.workspace = true description = "A collection of traits & types commonly used by ic-bn-lib and others" -version = "0.1.6" +version = "0.1.7" documentation = "https://docs.rs/ic-bn-lib-common" [dependencies]