From d3807379a52cffd129a1a775f69d10cc9240472d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 02:06:26 +0000 Subject: [PATCH] Update base64 requirement from 0.13.0 to 0.20.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.13.0...v0.20.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 02ef02e..e278489 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ sha2 = "0.9" curve25519-dalek = "3.1" ed25519-dalek = "1" x25519-dalek = "1" -base64 = "0.13.0" +base64 = "0.20.0" zeroize = "1.4.3"