Skip to content

Commit

Permalink
Bump afl from 0.12.17 to 0.13.4
Browse files Browse the repository at this point in the history
Bumps [afl](https://github.com/rust-fuzz/afl.rs) from 0.12.17 to 0.13.4.
- [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 Aug 14, 2023
1 parent 54fb040 commit 6cbf351
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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", features = ["rt"] }

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

[features]
default = []
Expand Down

0 comments on commit 6cbf351

Please sign in to comment.