From e8dec0ac0e3674e7e3dbd413a2d4ea3d1cf015ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 18:38:56 +0000 Subject: [PATCH] chore(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 +- crates/tui/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca7ab6a58..ccc2208eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2292,7 +2292,7 @@ dependencies = [ "async-trait", "axum", "axum-server", - "base64 0.22.1", + "base64 0.23.1", "chrono", "clap", "clap_complete", diff --git a/crates/tui/Cargo.toml b/crates/tui/Cargo.toml index 98d073ba8..fecedb40b 100644 --- a/crates/tui/Cargo.toml +++ b/crates/tui/Cargo.toml @@ -47,7 +47,7 @@ ghosty-workflow-js = { path = "../workflow-js", version = "0.0.20" } schemaui = { version = "0.12.0", default-features = false, optional = true } async-stream = "0.3.6" async-trait.workspace = true -base64 = "0.22.1" +base64 = "0.23.1" axum.workspace = true agent-client-protocol.workspace = true agent-client-protocol-http.workspace = true