From 7ca54db1d26e7849c095236df1652a4c03e7139d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 17:16:40 +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 4ae1c7c2f..6a2109db6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -910,12 +910,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" @@ -3380,7 +3374,7 @@ name = "light-client" version = "0.9.1" dependencies = [ "async-trait", - "base64 0.13.1", + "base64 0.22.1", "bb8", "borsh 0.10.3", "governor", @@ -3584,7 +3578,7 @@ dependencies = [ "account-compression", "anchor-lang", "async-trait", - "base64 0.2.1", + "base64 0.22.1", "borsh 0.10.3", "forester-utils", "light-batched-merkle-tree", diff --git a/Cargo.toml b/Cargo.toml index ffafb7387..5a381f4f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -153,7 +153,7 @@ bytemuck = { version = "1.19.0" } num-bigint = "0.4.6" num-traits = "0.2.19" zerocopy = { version = "0.8.14" } -base64 = "0.13" +base64 = "0.22" # HTTP client reqwest = "0.11" diff --git a/sdk-libs/program-test/Cargo.toml b/sdk-libs/program-test/Cargo.toml index d724d2cf1..9fd0108c7 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.22" light-client = { workspace = true } light-prover-client = { workspace = true } light-sdk = { workspace = true }