From 8b6567aae1e6b85fbc02bfa1972932ba69a1feb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 13:56:27 +0000 Subject: [PATCH] build(deps): bump base64 from 0.2.1 to 0.22.1 Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.2.1 to 0.22.1. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.2.1...v0.22.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++-------- Cargo.toml | 2 +- sdk-libs/program-test/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6faf885dba..1ebf63916d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -835,12 +835,6 @@ dependencies = [ "rustc-demangle", ] -[[package]] -name = "base64" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2015e3793554aa5b6007e3a72959e84c1070039e74f13dde08fa64afe1ddd892" - [[package]] name = "base64" version = "0.12.3" @@ -3155,7 +3149,7 @@ name = "light-client" version = "0.9.1" dependencies = [ "async-trait", - "base64 0.13.1", + "base64 0.21.7", "bb8", "borsh 0.10.3", "governor", @@ -3359,7 +3353,7 @@ dependencies = [ "account-compression", "anchor-lang", "async-trait", - "base64 0.2.1", + "base64 0.21.7", "borsh 0.10.3", "forester-utils", "light-batched-merkle-tree", diff --git a/Cargo.toml b/Cargo.toml index f51992fb60..71ec2e882d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -154,7 +154,7 @@ bytemuck = { version = "1.19.0" } num-bigint = "0.4.6" num-traits = "0.2.19" zerocopy = { version = "0.8.20" } -base64 = "0.13" +base64 = "0.21" # HTTP client reqwest = "0.11" diff --git a/sdk-libs/program-test/Cargo.toml b/sdk-libs/program-test/Cargo.toml index d724d2cf17..870f41446e 100644 --- a/sdk-libs/program-test/Cargo.toml +++ b/sdk-libs/program-test/Cargo.toml @@ -8,7 +8,7 @@ default = [] devenv = [] [dependencies] -base64 = "0.2" +base64 = "0.21" light-client = { workspace = true } light-prover-client = { workspace = true } light-sdk = { workspace = true }