From 84e67f5b7b58b65187c34f5383b2a3f201969fca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 06:03:38 +0000 Subject: [PATCH] Update base64 requirement from 0.20.0 to 0.21.1 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/commits) --- 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..ce8abb1 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.1" sha2 = "0.10.6" hmac = "0.12.1" serde_json = "1.0.89"