Skip to content

Commit 4b0f4fa

Browse files
Update rand requirement from 0.9.0 to 0.10.1
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.1) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c640fcf commit 4b0f4fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/libafl_bolts/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ rustversion = { workspace = true }
147147

148148
[dev-dependencies]
149149
clap = { version = "4.5", features = ["derive", "env"] }
150-
rand = "0.9.0"
150+
rand = "0.10.1"
151151
chrono = "0.4.43"
152152
itertools = "0.14.0"
153153

0 commit comments

Comments
 (0)