From d525919065f54dec9abb38950867e79146ec2be3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 22:57:22 +1300 Subject: [PATCH] Update base64 requirement from 0.13 to 0.20 (#41) 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.13.0...v0.20.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1465b46..138f042 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ panic = 'abort' aes-gcm = "0.10" anyhow = "1.0" argon2 = "0.4" -base64 = "0.13" +base64 = "0.20" bincode = "1.3" blake3 = "1.3" hex = "0.4"