From 992221d9a7a1e67cdb61d05c24e63e59f02cef80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 12:11:54 +0000 Subject: [PATCH] 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 4382bc8..8be5b65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ serde = { version = "1.0.130", features = ["derive"] } serde_derive = "1.0.136" dotenv = "0.15.0" rustc-serialize = "0.3.24" -base64 = "0.20.0" +base64 = "0.21.0" aes-gcm = "0.10.1" serde_json = "1.0.68" hex = "0.4.3"