From 4ee3172a39f708c14a567bf0253e136e5962a3af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 06:25:13 +0000 Subject: [PATCH] deps: bump base64 from 0.22.1 to 0.23.1 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.1 to 0.23.1. - [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.1) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.1 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 390950b..2560689 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1675,7 +1675,7 @@ version = "0.3.1" dependencies = [ "anyhow", "axum", - "base64 0.22.1", + "base64 0.23.1", "dirs", "futures-util", "parking_lot", diff --git a/Cargo.toml b/Cargo.toml index 63af25c..6e21968 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ parking_lot = "0.12" # registry. The crate's public boundary returns `Error` from `src/error/`. anyhow = "1" # HTTP basic authentication encodes its credentials. -base64 = "0.22" +base64 = "0.23" # `StreamExt::next` over the SSE response body. See the `reqwest` note. futures-util = { version = "0.3", default-features = false, features = ["std"] } # Structured diagnostics. Endpoints are always passed through `redact_endpoint`