From 27a2ec692cbfabd91a00f170149102467b20aa73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:10:35 +0000 Subject: [PATCH] build(deps): bump base64 from 0.21.5 to 0.22.0 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.5 to 0.22.0. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.21.5...v0.22.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 919a38d..01b11b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -219,9 +219,9 @@ dependencies = [ [[package]] name = "base64" -version = "0.21.5" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" +checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" [[package]] name = "bitflags" diff --git a/Cargo.toml b/Cargo.toml index 07effd7..f5cd3fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ async-native-tls = { version = "0.5.0", optional = true, default-features = fals async-rustls = { version = "0.4.1", optional = true } async-std = { version = "1.12.0", features = ["attributes"], optional = true } async-trait = { version = "0.1.77", optional = true } -base64 = { version = "0.21.5", optional = true } +base64 = { version = "0.22.0", optional = true } bytes = "1.5.0" futures = "0.3.30" log = "0.4.20"