From 6ae5695a406cd4f64d5374614a1d2c1431daa2c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 16:47:47 +0000 Subject: [PATCH] Bump base64 from 0.22.1 to 0.23.0 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.1 to 0.23.0. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index eebcf2c1..8c004f0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5642,7 +5642,7 @@ dependencies = [ "async-trait", "axoupdater", "axum", - "base64 0.22.1", + "base64 0.23.0", "bcrypt", "bytes", "cargo-husky", diff --git a/Cargo.toml b/Cargo.toml index d4b90e39..d40e304c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,7 +89,7 @@ iso8601 = "0.6" jsonwebtoken = "10.4.0" sha2 = "0.11" hex = "0.4" -base64 = "0.22" +base64 = "0.23" # Client-specific rayon = "1.12"