Skip to content

Commit 4ed4a64

Browse files
Update rand requirement from 0.8.4 to 0.9.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@0.8.4...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0421355 commit 4ed4a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ num-integer = "0.1.44"
159159
[dev-dependencies]
160160
serde_json = "1"
161161
criterion = "0.5"
162-
rand = "0.8.4"
162+
rand = "0.9.0"
163163
flate2 = "1"
164164

165165
[[bench]]

0 commit comments

Comments
 (0)