From f200f0697a96d8bbeaf0ceabb5e1bb4f9e06baa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 12:59:51 +0000 Subject: [PATCH] Update base64 requirement from 0.21.0 to 0.22.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/compare/v0.21.0...v0.22.1) --- 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 8be5b65..6812f85 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.21.0" +base64 = "0.22.1" aes-gcm = "0.10.1" serde_json = "1.0.68" hex = "0.4.3"