Skip to content

Commit 3b238dc

Browse files
Bump afl from 0.10.1 to 0.12.10
Bumps [afl](https://github.com/rust-fuzz/afl.rs) from 0.10.1 to 0.12.10. - [Release notes](https://github.com/rust-fuzz/afl.rs/releases) - [Changelog](https://github.com/rust-fuzz/afl.rs/blob/master/CHANGES.md) - [Commits](https://github.com/rust-fuzz/afl.rs/commits) --- updated-dependencies: - dependency-name: afl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5696e4c commit 3b238dc

2 files changed

Lines changed: 77 additions & 48 deletions

File tree

Cargo.lock

Lines changed: 76 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ structopt = "0.3.21"
2222
tokio = { version = "1.6.1", features = ["rt"] }
2323

2424
libfuzzer-sys = { version = "0.4.2", optional = true }
25-
afl = { version = "0.10.1", optional = true }
25+
afl = { version = "0.12.10", optional = true }
2626

2727
[features]
2828
default = []

0 commit comments

Comments
 (0)