Skip to content

Commit ed3bda9

Browse files
chore(deps): 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 63f3675 commit ed3bda9

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
@@ -19,7 +19,7 @@ one-shot-mutex = "0.1.1"
1919
spinning_top = "0.3"
2020

2121
[dev-dependencies]
22-
rand = "0.9"
22+
rand = "0.10"
2323

2424
[features]
2525
all-one-shot = []

0 commit comments

Comments
 (0)