From 7193a10b6a87457cea03e783b02ee378f3e7bcf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 16:22:33 +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.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, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1385cee379..d7be279aa9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -796,6 +796,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 = "base64ct" version = "1.8.3" @@ -1949,7 +1955,7 @@ dependencies = [ name = "doublezero-serviceability" version = "0.38.0" dependencies = [ - "base64 0.22.1", + "base64 0.23.1", "bitflags", "borsh", "borsh-incremental", @@ -2056,7 +2062,7 @@ version = "0.38.0" dependencies = [ "async-trait", "backon", - "base64 0.22.1", + "base64 0.23.1", "bincode 2.0.1", "borsh", "bytemuck", @@ -2528,7 +2534,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" name = "fork-accounts" version = "0.38.0" dependencies = [ - "base64 0.22.1", + "base64 0.23.1", "borsh", "doublezero_sdk", "serde", diff --git a/Cargo.toml b/Cargo.toml index ff19ed9120..73aa4cfbaa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ async-trait = "0" axum = { version = "0", default-features = false } backon = "1" # NOTE: We need to maintain base64 version 0.22.1 -base64 = "0.22.1" +base64 = "0.23.1" bincode = { version = "2", features = ["serde"] } bitvec = "1" borsh = "1"