Skip to content

Commit b4ca04b

Browse files
dependabot[bot]khuey
authored andcommitted
Update afl requirement from 0.10.0 to 0.11.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.10.0...0.11.0) --- updated-dependencies: - dependency-name: afl dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a8afba1 commit b4ca04b

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

2828
[dependencies.afl]
2929
optional = true
30-
version = "0.10.0"
30+
version = "0.11.0"
3131

3232
[dev-dependencies]
3333
clap = "2.33.0"

0 commit comments

Comments
 (0)