From fbafd8a2e7954abd190335a01e5ac1c08f68a2c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 17:55:52 +0000 Subject: [PATCH] chore(deps): 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 | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab6d9d868ca4..dffc15ff49b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4930,7 +4930,7 @@ dependencies = [ "aws-smithy-types", "axum", "axum-server", - "base64 0.22.1", + "base64 0.23.0", "blake3", "byteorder", "bytes", @@ -5065,7 +5065,7 @@ dependencies = [ "async-trait", "axum", "axum-server", - "base64 0.22.1", + "base64 0.23.0", "bat", "bzip2", "chrono", @@ -5131,7 +5131,7 @@ dependencies = [ "anyhow", "async-stream", "async-trait", - "base64 0.22.1", + "base64 0.23.0", "chrono", "encoding_rs", "env-lock", @@ -5165,7 +5165,7 @@ name = "goose-mcp" version = "1.45.0" dependencies = [ "anyhow", - "base64 0.22.1", + "base64 0.23.0", "chrono", "docx-rs", "etcetera 0.11.0", @@ -5197,7 +5197,7 @@ dependencies = [ "anyhow", "async-stream", "async-trait", - "base64 0.22.1", + "base64 0.23.0", "chrono", "env-lock", "futures", @@ -5258,7 +5258,7 @@ dependencies = [ "agent-client-protocol", "agent-client-protocol-schema", "anyhow", - "base64 0.22.1", + "base64 0.23.0", "futures", "goose-providers", "goose-sdk-types", diff --git a/Cargo.toml b/Cargo.toml index 9c8a2c6ad3bb..ae24fea3abfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ anyhow = { version = "1.0.102", default-features = false, features = ["std"] } async-stream = { version = "0.3.6", default-features = false } async-trait = { version = "0.1.89", default-features = false } axum = { version = "0.8", default-features = false, features = ["http1", "http2", "json", "tokio", "query"] } -base64 = { version = "0.22.1", default-features = false, features = ["std"] } +base64 = { version = "0.23.0", default-features = false, features = ["std"] } bytes = { version = "1.10.1", default-features = false, features = ["std"] } candle-core = { version = "0.11", default-features = false } candle-nn = { version = "0.11", default-features = false }