From 667d8bcc452bd39ef711c7c9847257a668416ec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 12:10:29 +0000 Subject: [PATCH] rust: bump base64 from 0.22.0 to 0.22.1 in the rust group Bumps the rust group with 1 update: [base64](https://github.com/marshallpierce/rust-base64). Updates `base64` from 0.22.0 to 0.22.1 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.22.0...v0.22.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- keymanager/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index af67afdc098..7982a64a143 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -321,9 +321,9 @@ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "base64" -version = "0.22.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" +checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64-serde" @@ -1886,7 +1886,7 @@ version = "0.0.0" dependencies = [ "anyhow", "async-trait", - "base64 0.22.0", + "base64 0.22.1", "futures 0.3.30", "group", "lazy_static", @@ -1914,7 +1914,7 @@ dependencies = [ "anyhow", "arbitrary", "async-trait", - "base64 0.22.0", + "base64 0.22.1", "base64-serde", "bech32", "bincode", diff --git a/keymanager/Cargo.toml b/keymanager/Cargo.toml index e4932d7ef6e..81a8ee670cd 100644 --- a/keymanager/Cargo.toml +++ b/keymanager/Cargo.toml @@ -11,7 +11,7 @@ cbor = { version = "0.5.1", package = "oasis-cbor" } # Third party. anyhow = "1.0" -base64 = "0.22.0" +base64 = "0.22.1" futures = "0.3.25" group = "0.13.0" lazy_static = "1.3.0" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 20683b63ad7..666dc69acaf 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -28,7 +28,7 @@ bincode = "1.3.3" snow = "0.9.6" percent-encoding = "2.2.0" chrono = "0.4.19" -base64 = "0.22.0" +base64 = "0.22.1" rustc-hex = "2.0.1" rand = "0.8.5" futures = "0.3.25"