From 93ef60fe9be610382a6b10ddb164cb6037da22df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 02:04:19 +0000 Subject: [PATCH] chore(deps): update base64 requirement from 0.22 to 0.23 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.0...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 7287202..bd6ec1f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ rand = { version = "0.10", optional = true } md5 = { version = "0.8", optional = true } hex = { version = "0.4", optional = true } ## scram libraries -base64 = { version = "0.22", optional = true } +base64 = { version = "0.23", optional = true } ring = { version = "0.17", optional = true } aws-lc-rs = { version = "1.7", optional = true } stringprep = { version = "0.1.2", optional = true }