From ddd5cd4ea01d2fa59a35d9d2ef9f13d111bd48cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 23:25:54 +0000 Subject: [PATCH] Bump base64 from 0.21.7 to 0.23.1 in /typescript Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.7 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.21.7...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] --- typescript/Cargo.lock | 8 +------- typescript/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/typescript/Cargo.lock b/typescript/Cargo.lock index d1b37a7e..336b916a 100644 --- a/typescript/Cargo.lock +++ b/typescript/Cargo.lock @@ -249,12 +249,6 @@ dependencies = [ "tower-service", ] -[[package]] -name = "base64" -version = "0.21.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" - [[package]] name = "base64" version = "0.22.1" @@ -2972,7 +2966,7 @@ dependencies = [ "arrow-ipc", "arrow-schema", "async-trait", - "base64 0.21.7", + "base64 0.23.1", "bytes", "databricks-zerobus-ingest-sdk", "napi", diff --git a/typescript/Cargo.toml b/typescript/Cargo.toml index 26785e6d..6ea71e0d 100644 --- a/typescript/Cargo.toml +++ b/typescript/Cargo.toml @@ -27,7 +27,7 @@ serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" -base64 = "0.21" +base64 = "0.23" async-trait = "0.1" # `Bytes` is the input type for the Rust SDK's `ingest_ipc_batch` entry. bytes = "1"