From 496148c893b24b591d9ced9f54b0c3b695479f1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 00:01:58 +0000 Subject: [PATCH] build(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 | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61f8502..43db8ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9,7 +9,7 @@ dependencies = [ "act-store", "act-types", "anyhow", - "base64 0.22.1", + "base64 0.23.1", "ciborium", "clap", "dirs", @@ -54,7 +54,7 @@ dependencies = [ "assert_cmd", "async-trait", "axum", - "base64 0.22.1", + "base64 0.23.1", "bytesize", "ciborium", "clap", @@ -109,7 +109,7 @@ version = "0.13.2" dependencies = [ "act-runtime", "act-types", - "base64 0.22.1", + "base64 0.23.1", "rmcp", "serde_json", ] @@ -187,7 +187,7 @@ dependencies = [ name = "act-store" version = "0.13.2" dependencies = [ - "base64 0.22.1", + "base64 0.23.1", "chrono", "dirs", "flate2", diff --git a/Cargo.toml b/Cargo.toml index d5f4aae..47e4ba8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ hclient-dns = "0.1.0-alpha.11" hclient-dns-system = "0.1.0-alpha.12" # Shared across two or more workspace members. anyhow = "1.0.102" -base64 = "0.22.1" +base64 = "0.23.1" # CSPRNG for the OAuth flow's PKCE verifier, `state`, and one-time callback # path. `getrandom` rather than `rand`: these want OS entropy directly, not a # seeded PRNG, and 0.3 is already in the tree.