Skip to content

Commit

Permalink
Update afl requirement from 0.12.0 to 0.13.1
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 and khuey committed Jun 18, 2023
1 parent 778433c commit f76900b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cfg-if = "1.0.0"

[dependencies.afl]
optional = true
version = "0.12.0"
version = "0.13.1"

[dev-dependencies]
clap = { version = "4.0", features = ["derive"] }
Expand Down

0 comments on commit f76900b

Please sign in to comment.