From 23cba55a237e55e5194596ebf3d97a99678449cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 May 2023 06:01:54 +0000 Subject: [PATCH] Update base64 requirement from 0.20.0 to 0.21.2 Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [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.2) --- 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 7e9442a..5eef76c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ authors = [ [dependencies] async-trait = "0.1.59" rand = "0.8.5" -base64 = "0.20.0" +base64 = "0.21.2" sha2 = "0.10.6" hmac = "0.12.1" serde_json = "1.0.89"