Skip to content

Commit

Permalink
Bump afl from 0.14.2 to 0.14.3 (#355)
Browse files Browse the repository at this point in the history
Bumps [afl](https://github.com/rust-fuzz/afl.rs) from 0.14.2 to 0.14.3.
- [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-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent ccb0a3a commit 0b43128
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -23,7 +23,7 @@ structopt = "0.3.21"
tokio = { version = "1", features = ["rt"] }

libfuzzer-sys = { version = "0.4.2", optional = true }
afl = { version = "0.14.2", optional = true }
afl = { version = "0.14.3", optional = true }

[features]
default = []
Expand Down

0 comments on commit 0b43128

Please sign in to comment.