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

Commit 5e8efd2

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

File tree

2 files changed

+85
-4
lines changed

2 files changed

+85
-4
lines changed

Cargo.lock

Lines changed: 84 additions & 3 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
@@ -18,7 +18,7 @@ thiserror = "2.0.9"
1818

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

0 commit comments

Comments
 (0)