Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 6094c8e

Browse files
build(deps): bump rand_distr from 0.4.3 to 0.5.1
Bumps [rand_distr](https://github.com/rust-random/rand_distr) from 0.4.3 to 0.5.1. - [Release notes](https://github.com/rust-random/rand_distr/releases) - [Changelog](https://github.com/rust-random/rand_distr/blob/master/CHANGELOG.md) - [Commits](rust-random/rand_distr@0.4.3...0.5.1) --- updated-dependencies: - dependency-name: rand_distr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 63b2173 commit 6094c8e

File tree

2 files changed

+87
-6
lines changed

2 files changed

+87
-6
lines changed

Cargo.lock

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

libraries/concurrent-merkle-tree/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bytemuck = "1.21"
1717
thiserror = "2.0.9"
1818

1919
[dev-dependencies]
20-
rand_distr = "0.4.3"
20+
rand_distr = "0.5.1"
2121
rand = "0.8"
2222
spl-merkle-tree-reference = { version = "0.1.0", path = "../merkle-tree-reference" }
2323
tokio = { version = "1.42", features = ["full"] }

0 commit comments

Comments
 (0)