Skip to content

Commit

Permalink
Bump afl from 0.10.1 to 0.12.10
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2022
1 parent e5a77da commit 98f7155
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 49 deletions.
196 changes: 148 additions & 48 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ structopt = "0.3.21"
tokio = { version = "1.6.1", features = ["rt"] }

libfuzzer-sys = { version = "0.4.2", optional = true }
afl = { version = "0.10.1", optional = true }
afl = { version = "0.12.10", optional = true }

[features]
default = []
Expand Down

0 comments on commit 98f7155

Please sign in to comment.