Skip to content

Commit f91cde1

Browse files
Update rand requirement from 0.8.5 to 0.9.2
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...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c7a957 commit f91cde1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ serde = {version = "1.0", features = ["derive"], optional = true}
1717
[dev-dependencies]
1818
criterion = "0.5.1"
1919
quickcheck = "1.0.3"
20-
rand = "0.8.5"
20+
rand = "0.9.2"
2121
serde_json = "1"
2222

2323
[lib]

0 commit comments

Comments
 (0)