Skip to content

Commit

Permalink
Update afl requirement from =0.11.1 to =0.12.0
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](rust-fuzz/afl.rs@0.11.1...0.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and smoelius committed Feb 4, 2022
1 parent 882c742 commit 77a837d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/trailofbits/test-fuzz"

[dependencies]
afl = "=0.11.1"
afl = "=0.12.0"
serde = "1.0.136"

internal = { path = "../internal", package = "test-fuzz-internal", version = "=2.0.1" }
Expand Down

0 comments on commit 77a837d

Please sign in to comment.