Skip to content

Commit dfd1d76

Browse files
Update rand requirement from 0.9 to 0.10
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 b8e8098 commit dfd1d76

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
@@ -24,7 +24,7 @@ no-panic = { version = "0.1", optional = true }
2424

2525
[dev-dependencies]
2626
num_cpus = "1.8"
27-
rand = "0.9"
27+
rand = "0.10"
2828
rand_xorshift = "0.4"
2929
criterion = "0.5"
3030

0 commit comments

Comments
 (0)