Skip to content

Commit a6f19d8

Browse files
build(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] <support@github.com>
1 parent 701e0b1 commit a6f19d8

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
@@ -31,7 +31,7 @@ once_cell = "^1.8"
3131
[dev-dependencies]
3232
quickcheck = "^1.0"
3333
serde_json = "^1.0"
34-
rand = "^0.8"
34+
rand = "^0.9"
3535
pretty_assertions = "^1.0"
3636

3737
[[test]]

0 commit comments

Comments
 (0)