From 7cab289850479c2751bfcde5931947cb77afeb36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 06:32:52 +0000 Subject: [PATCH] chore(deps): bump base64 from 0.23.0 to 0.23.1 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.23.0 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.23.0...v0.23.1) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9f897a4..55d1560 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -631,9 +631,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" [[package]] name = "base64" -version = "0.23.0" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b25655df2c3cdd83c5e5b293b88acd880332b2ddadd7c30ac43144fdc0033da9" +checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5" [[package]] name = "base64ct" @@ -2607,7 +2607,7 @@ name = "gate-chat-ui" version = "0.1.0" dependencies = [ "anyhow", - "base64 0.23.0", + "base64 0.23.1", "console_error_panic_hook", "gloo-net 0.6.0", "gloo-timers", @@ -2662,7 +2662,7 @@ dependencies = [ "anyhow", "async-trait", "axum", - "base64 0.23.0", + "base64 0.23.1", "catgrad-llm", "chrono", "clap", @@ -2709,7 +2709,7 @@ dependencies = [ name = "gate-frontend-common" version = "0.1.0" dependencies = [ - "base64 0.23.0", + "base64 0.23.1", "gate-chat-ui", "gate-http", "getrandom 0.4.3", @@ -2836,7 +2836,7 @@ dependencies = [ "anyhow", "async-trait", "axum", - "base64 0.23.0", + "base64 0.23.1", "bytes", "chrono", "futures",