Skip to content

Commit 3a90125

Browse files
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](solana-labs/solana-program-library@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] <support@github.com>
1 parent d487def commit 3a90125

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

program-libs/concurrent-merkle-tree/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ light-merkle-tree-reference = { workspace = true }
2626
light-hash-set = { workspace = true, features = ["solana"] }
2727
rand = { workspace = true }
2828
solana-program = { workspace = true }
29-
spl-concurrent-merkle-tree = { version = "0.2.0", default-features = false }
29+
spl-concurrent-merkle-tree = { version = "0.4.1", default-features = false }
3030
tokio = { workspace = true }
3131
num-bigint = { workspace = true }
3232
num-traits = { workspace = true }

0 commit comments

Comments
 (0)