From 6873d2bbbecb9bc0e022e15dbcc332ee7ab4e840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 20:46:18 +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 9474cf61e..b097c91a8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2033,7 +2033,7 @@ dependencies = [ "async-stream", "async-trait", "axum", - "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 1f1a091b7..981681db0 100644 --- a/crates/tui/Cargo.toml +++ b/crates/tui/Cargo.toml @@ -47,7 +47,7 @@ ghosty-workflow-js = { path = "../workflow-js", version = "0.0.15" } 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 clap.workspace = true clap_complete.workspace = true