Skip to content

Commit 3698b3c

Browse files
chore(deps): Update rand requirement from 0.8 to 0.9
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.0...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8a07c79 commit 3698b3c

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.8"
22+
rand = "0.9"
2323

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

0 commit comments

Comments
 (0)