Skip to content

Commit 123dabc

Browse files
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] <[email protected]>
1 parent 7514bdb commit 123dabc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ lazy_static = "1.4"
4141
log = "0.4"
4242
num-traits = "0.2"
4343
quick-error = "2"
44-
rand = "0.8"
44+
rand = "0.9"
4545
rand_chacha = "0.3"
4646
sha2 = "0.10"
4747

0 commit comments

Comments
 (0)