From dd16e8483087c733fa2b3426e504db6ff98c9c7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 20:18:40 +0000 Subject: [PATCH] Update base64 requirement from 0.21.5 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.5...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 de68542..f4613b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ tracing-attributes = "0.1.27" futures = "0.3.28" derive_more = "0.99.17" sha2 = "0.10.8" -base64 = "0.21.5" +base64 = "0.22.1" jsonwebtoken = {version = "9.1.0", features = ["use_pem"] } crc32fast = "1.3.2" git-version = "0.3.5"