Skip to content

Commit

Permalink
Update afl requirement from 0.5 to 0.14
Browse files Browse the repository at this point in the history
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](https://github.com/rust-fuzz/afl.rs/commits)

---
updated-dependencies:
- dependency-name: afl
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 24, 2023
1 parent 4c13037 commit 987be4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ exclude = ["target", "Cargo.lock"]
publish = false

[dependencies]
afl = "0.5"
afl = "0.14"
anes = { path = "../anes", features = ["parser"] }

0 comments on commit 987be4f

Please sign in to comment.