Skip to content

Commit

Permalink
Update afl requirement from 0.14.5 to 0.15.2
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.
- [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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jan 22, 2024
1 parent 389ebf6 commit 0ce690a
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.14.5"
afl = "0.15.2"
anes = { path = "../anes", features = ["parser"] }

0 comments on commit 0ce690a

Please sign in to comment.