Skip to content

Commit e7527dd

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 a982efb commit e7527dd

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
@@ -30,7 +30,7 @@ light-merkle-tree-reference = { workspace = true}
3030
light-hash-set = { workspace = true, features = ["solana"] }
3131
rand = { workspace = true }
3232
solana-program = { workspace = true }
33-
spl-concurrent-merkle-tree = { version = "0.2.0", default-features = false}
33+
spl-concurrent-merkle-tree = { version = "0.4.1", default-features = false}
3434
tokio = { workspace = true }
3535
num-bigint = { workspace = true }
3636
num-traits = { workspace = true}

0 commit comments

Comments
 (0)