Skip to content

Commit 1002e81

Browse files
Update rand requirement from 0.9 to 0.10
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@rand_core-0.9.1...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7392677 commit 1002e81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ polling = "2.8.0"
3535
educe = "0.6.0"
3636

3737
libc = "0.2"
38-
rand = "0.9"
38+
rand = "0.10"
3939
st3 = "0.4"
4040
crossbeam-deque = "0.8"
4141
time = "0.3"

0 commit comments

Comments
 (0)