From 3a90125d585516ade99dd87c98ed3a6b4b0f456e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 19:06:45 +0000 Subject: [PATCH] build(deps): bump spl-concurrent-merkle-tree from 0.2.0 to 0.4.1 Bumps [spl-concurrent-merkle-tree](https://github.com/solana-labs/solana-program-library) from 0.2.0 to 0.4.1. - [Release notes](https://github.com/solana-labs/solana-program-library/releases) - [Commits](https://github.com/solana-labs/solana-program-library/compare/pod-v0.2.0...token-js-v0.4.1) --- updated-dependencies: - dependency-name: spl-concurrent-merkle-tree dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- program-libs/concurrent-merkle-tree/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 71a01ed3e5..474be83a91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6619,9 +6619,9 @@ dependencies = [ [[package]] name = "spl-concurrent-merkle-tree" -version = "0.2.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "141eaea58588beae81b71d101373a53f096737739873de42d6b1368bc2b8fc30" +checksum = "a14033366e14117679851c7759c3d66c6430a495f0523bd88076d3a275828931" dependencies = [ "bytemuck", "solana-program", diff --git a/program-libs/concurrent-merkle-tree/Cargo.toml b/program-libs/concurrent-merkle-tree/Cargo.toml index b7a9941936..c1cc334b55 100644 --- a/program-libs/concurrent-merkle-tree/Cargo.toml +++ b/program-libs/concurrent-merkle-tree/Cargo.toml @@ -26,7 +26,7 @@ light-merkle-tree-reference = { workspace = true } light-hash-set = { workspace = true, features = ["solana"] } rand = { workspace = true } solana-program = { workspace = true } -spl-concurrent-merkle-tree = { version = "0.2.0", default-features = false } +spl-concurrent-merkle-tree = { version = "0.4.1", default-features = false } tokio = { workspace = true } num-bigint = { workspace = true } num-traits = { workspace = true }