From 09d0dc9f12021cf71ee93761391427fec9e2290e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 12:33:07 +0000 Subject: [PATCH] Update base64 requirement from 0.22.1 to 0.23.0 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.22.1...v0.23.0) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.0 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 642ac68..fd02654 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,5 +18,5 @@ hmac-sha256 = "1.1.7" rand = "0.10.1" serde = { version = "1.0.203", features = ["derive"] } serde_json = "1.0.120" -base64 = "0.22.1" +base64 = "0.23.0" jwt-simple = "0.12.9"