Skip to content

Commit 5bb106c

Browse files
build(deps): update rand requirement from ^0.8 to ^0.9
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [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.0...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f891dfd commit 5bb106c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fxhash = "0.2.1"
3333
lazy_static = "1.2"
3434
quickcheck = "1.0"
3535
pretty_assertions = "1.0.0"
36-
rand = "^0.8"
36+
rand = "^0.9"
3737
is_sorted = "0.1"
3838

3939
[[bench]]

0 commit comments

Comments
 (0)