Skip to content

Commit

Permalink
chore(deps): Update afl requirement from 0.14.1 to 0.15.5
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent c6ccf71 commit cf81510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
afl = "0.14.1"
afl = "0.15.5"
arbitrary = { version = "1.3.0", features = ["derive"] }

[dependencies.b4s]
Expand Down

0 comments on commit cf81510

Please sign in to comment.