From 7b2c1c5db8eef8a6960c74c3db7629bc1ea0f4ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 21:24:29 +0000 Subject: [PATCH] chore(deps): update base64 requirement from 0.20.0 to 0.21.0 Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Release notes](https://github.com/marshallpierce/rust-base64/releases) - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index acbba7a43..53bb862b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ async-trait = "0.1.57" asynchronous-codec = "0.6" axum = "0.6" backoff = "0.4" -base64 = "0.20.0" +base64 = "0.21.0" bincode = "1.3.3" bs58 = "0.4" bytecheck = "0.6.7"