Skip to content

Commit 26a35d4

Browse files
Update rand requirement from 0.9.0 to 0.10.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@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 320923f commit 26a35d4

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
@@ -37,7 +37,7 @@ foldhash = { version = "0.2.0", default-features = false }
3737

3838
[dev-dependencies]
3939
criterion = "0.8.0"
40-
rand = "0.9.0"
40+
rand = "0.10.0"
4141
trybuild = "1.0.23"
4242
serde = { version = "1.0.117", features = ["derive"] }
4343
serde_test = "1.0.117"

0 commit comments

Comments
 (0)