Skip to content

Commit 5ee3a2a

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 0179465 commit 5ee3a2a

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
@@ -53,7 +53,7 @@ alloc_counter = "0.0.4"
5353
criterion = "0.5.1"
5454
env_logger = "0.11"
5555
iai = "0.1.1"
56-
rand = "0.8"
56+
rand = "0.9"
5757
paste = "1.0.14"
5858

5959
# Uncomment the following lines to enable debug symbols

0 commit comments

Comments
 (0)