From 36dee3fc4d0037a3ef03847e6fab2d7af2e198e0 Mon Sep 17 00:00:00 2001 From: Adam Spofford Date: Thu, 16 Nov 2023 16:20:49 -0800 Subject: [PATCH] 0.30.2 --- Cargo.lock | 24 ++++++++++++------------ Cargo.toml | 18 +++++++++--------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 352590d38e..2fa4c6e3b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1420,7 +1420,7 @@ dependencies = [ "ic-asset", "ic-cdk", "ic-identity-hsm", - "ic-utils 0.30.1", + "ic-utils 0.30.2", "ic-wasm", "icrc-ledger-types", "indicatif", @@ -1490,7 +1490,7 @@ dependencies = [ "humantime-serde", "ic-agent", "ic-identity-hsm", - "ic-utils 0.30.1", + "ic-utils 0.30.2", "k256 0.11.6", "keyring", "lazy_static", @@ -2459,8 +2459,8 @@ dependencies = [ [[package]] name = "ic-agent" -version = "0.30.1" -source = "git+https://github.com/dfinity/agent-rs.git?rev=5aa3ba7d8c38d44910900af7ed7d8a25402fa9d9#5aa3ba7d8c38d44910900af7ed7d8a25402fa9d9" +version = "0.30.2" +source = "git+https://github.com/dfinity/agent-rs.git?rev=ed0862a45d5973ff123cbabc4ac40a89821b18c6#ed0862a45d5973ff123cbabc4ac40a89821b18c6" dependencies = [ "backoff", "cached 0.46.1", @@ -2509,7 +2509,7 @@ dependencies = [ "globset", "hex", "ic-agent", - "ic-utils 0.30.1", + "ic-utils 0.30.2", "itertools 0.10.5", "json5", "mime", @@ -2828,8 +2828,8 @@ dependencies = [ [[package]] name = "ic-identity-hsm" -version = "0.30.1" -source = "git+https://github.com/dfinity/agent-rs.git?rev=5aa3ba7d8c38d44910900af7ed7d8a25402fa9d9#5aa3ba7d8c38d44910900af7ed7d8a25402fa9d9" +version = "0.30.2" +source = "git+https://github.com/dfinity/agent-rs.git?rev=ed0862a45d5973ff123cbabc4ac40a89821b18c6#ed0862a45d5973ff123cbabc4ac40a89821b18c6" dependencies = [ "hex", "ic-agent", @@ -2924,8 +2924,8 @@ dependencies = [ [[package]] name = "ic-transport-types" -version = "0.30.1" -source = "git+https://github.com/dfinity/agent-rs.git?rev=5aa3ba7d8c38d44910900af7ed7d8a25402fa9d9#5aa3ba7d8c38d44910900af7ed7d8a25402fa9d9" +version = "0.30.2" +source = "git+https://github.com/dfinity/agent-rs.git?rev=ed0862a45d5973ff123cbabc4ac40a89821b18c6#ed0862a45d5973ff123cbabc4ac40a89821b18c6" dependencies = [ "candid 0.9.11", "hex", @@ -2999,8 +2999,8 @@ dependencies = [ [[package]] name = "ic-utils" -version = "0.30.1" -source = "git+https://github.com/dfinity/agent-rs.git?rev=5aa3ba7d8c38d44910900af7ed7d8a25402fa9d9#5aa3ba7d8c38d44910900af7ed7d8a25402fa9d9" +version = "0.30.2" +source = "git+https://github.com/dfinity/agent-rs.git?rev=ed0862a45d5973ff123cbabc4ac40a89821b18c6#ed0862a45d5973ff123cbabc4ac40a89821b18c6" dependencies = [ "async-trait", "candid 0.9.11", @@ -3093,7 +3093,7 @@ dependencies = [ "humantime", "ic-agent", "ic-asset", - "ic-utils 0.30.1", + "ic-utils 0.30.2", "libflate", "num-traits", "pem 1.1.1", diff --git a/Cargo.toml b/Cargo.toml index 7bce8a36fc..8a42a64df0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,11 +19,11 @@ license = "Apache-2.0" [workspace.dependencies] candid = { version = "0.9.0", features = ["parser"] } -ic-agent = "0.30.1" +ic-agent = "0.30.2" ic-asset = { path = "src/canisters/frontend/ic-asset" } ic-cdk = "0.10.0" -ic-identity-hsm = "0.30.1" -ic-utils = "0.30.1" +ic-identity-hsm = "0.30.2" +ic-utils = "0.30.2" aes-gcm = "0.9.4" anyhow = "1.0.56" @@ -69,19 +69,19 @@ url = "2.1.0" walkdir = "2.3.2" [patch.crates-io.ic-agent] -version = "0.30.1" +version = "0.30.2" git = "https://github.com/dfinity/agent-rs.git" -rev = "5aa3ba7d8c38d44910900af7ed7d8a25402fa9d9" +rev = "ed0862a45d5973ff123cbabc4ac40a89821b18c6" [patch.crates-io.ic-identity-hsm] -version = "0.30.1" +version = "0.30.2" git = "https://github.com/dfinity/agent-rs.git" -rev = "5aa3ba7d8c38d44910900af7ed7d8a25402fa9d9" +rev = "ed0862a45d5973ff123cbabc4ac40a89821b18c6" [patch.crates-io.ic-utils] -version = "0.30.1" +version = "0.30.2" git = "https://github.com/dfinity/agent-rs.git" -rev = "5aa3ba7d8c38d44910900af7ed7d8a25402fa9d9" +rev = "ed0862a45d5973ff123cbabc4ac40a89821b18c6" [profile.release] panic = 'abort'