From 0843554545c1122c0083cc4b8b33d8292d962f87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Jun 2025 11:19:55 +0000 Subject: [PATCH] build(deps): bump base64 from 0.2.1 to 0.21.7 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.2.1 to 0.21.7. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.2.1...v0.21.7) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4414ad6cb5..21487fa2d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3303,7 +3303,7 @@ name = "light-client" version = "0.9.1" dependencies = [ "async-trait", - "base64 0.13.1", + "base64 0.22.1", "borsh 0.10.4", "bs58", "bytemuck", diff --git a/Cargo.toml b/Cargo.toml index cd00d86c91..9d4d58147a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -193,7 +193,7 @@ arrayvec = "0.7" num-bigint = "0.4.6" num-traits = "0.2.19" zerocopy = { version = "0.8.25" } -base64 = "0.13" +base64 = "0.22" zeroize = "=1.3.0" # HTTP client