Skip to content

Commit

Permalink
Update afl requirement from 0.13.1 to 0.14.5
Browse files Browse the repository at this point in the history
Updates the requirements on [afl](https:/rust-fuzz/afl.rs) to permit the latest version.
- [Release notes](https:/rust-fuzz/afl.rs/releases)
- [Changelog](https:/rust-fuzz/afl.rs/blob/master/CHANGES.md)
- [Commits](https:/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] authored Nov 14, 2023
1 parent bfd256c commit 1297b1e
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 @@ -23,7 +23,7 @@ cfg-if = "1.0.0"

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

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

0 comments on commit 1297b1e

Please sign in to comment.