Skip to content

Commit 446d6e4

Browse files
Update rand requirement from 0.8 to 0.9 in the dependencies group
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. Updates `rand` 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.0...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 473cbe0 commit 446d6e4

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
@@ -20,7 +20,7 @@ tracing = "0.1.37"
2020
criterion = "0.5"
2121
futures = "0.3"
2222
proptest = "1"
23-
rand = "0.8"
23+
rand = "0.9"
2424
tempfile = "3"
2525

2626
[[bench]]

0 commit comments

Comments
 (0)