Skip to content

Commit 7296a5e

Browse files
Update afl requirement from 0.8.0 to 0.10.0
Updates the requirements on [afl](https://github.com/rust-fuzz/afl.rs) to permit the latest version. - [Release notes](https://github.com/rust-fuzz/afl.rs/releases) - [Changelog](https://github.com/rust-fuzz/afl.rs/blob/master/CHANGES.md) - [Commits](rust-fuzz/afl.rs@0.8.0...0.10.0) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent f23ff2a commit 7296a5e

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
@@ -30,7 +30,7 @@ cfg-if = "1.0.0"
3030

3131
[dependencies.afl]
3232
optional = true
33-
version = "0.8.0"
33+
version = "0.10.0"
3434

3535
[dev-dependencies]
3636
clap = "2.33.0"

0 commit comments

Comments
 (0)