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]