From 96110185ccd5c9194d9da501c7d80f7a5a544989 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 21:27:45 +0000 Subject: [PATCH] build(deps): bump base64 from 0.22.1 to 0.23.1 in /apps/grove 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] --- apps/grove/Cargo.lock | 16 +++++++++++----- apps/grove/Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/apps/grove/Cargo.lock b/apps/grove/Cargo.lock index 38f4f15..c405f00 100644 --- a/apps/grove/Cargo.lock +++ b/apps/grove/Cargo.lock @@ -53,7 +53,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" dependencies = [ "axum-core", - "base64", + "base64 0.22.1", "bytes", "form_urlencoded", "futures-util", @@ -107,6 +107,12 @@ version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" +[[package]] +name = "base64" +version = "0.23.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5" + [[package]] name = "base64-simd" version = "0.8.0" @@ -359,7 +365,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8240c244a4643b8df55e5bef415af26581f3bb06101f3c26c9738f0275c36cc3" dependencies = [ "anyhow", - "base64", + "base64 0.22.1", "bit-set", "bit-vec", "boxed_error", @@ -731,7 +737,7 @@ version = "0.0.0" dependencies = [ "anyhow", "axum", - "base64", + "base64 0.23.1", "deno_core", "futures-util", "hmac", @@ -892,7 +898,7 @@ version = "0.1.20" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" dependencies = [ - "base64", + "base64 0.22.1", "bytes", "futures-channel", "futures-util", @@ -1584,7 +1590,7 @@ version = "0.12.28" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" dependencies = [ - "base64", + "base64 0.22.1", "bytes", "futures-core", "http", diff --git a/apps/grove/Cargo.toml b/apps/grove/Cargo.toml index 50494f6..e74c0db 100644 --- a/apps/grove/Cargo.toml +++ b/apps/grove/Cargo.toml @@ -21,7 +21,7 @@ serde_json = { version = "1", features = ["raw_value"] } hmac = "0.12" sha2 = "0.10" subtle = "2.6" -base64 = "0.22" +base64 = "0.23" anyhow = "1" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] }