Skip to content

Commit 431bac3

Browse files
Update rand requirement from 0.8.5 to 0.9.0
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.5...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d271c19 commit 431bac3

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
@@ -22,7 +22,7 @@ serde = {version = "1", optional = true}
2222
[dev-dependencies]
2323
criterion = "0.5"
2424
mockall = {version = "0.13", default-features = false}
25-
rand = "0.8.5"
25+
rand = "0.9.0"
2626
serial_test = {version = "3.0.0", default-features = false}
2727

2828
[[bench]]

0 commit comments

Comments
 (0)