Skip to content

Commit

Permalink
Update afl crate to 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Aug 29, 2023
1 parent 2d05345 commit 2cc9ef0
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 @@ -9,7 +9,7 @@ publish = false
cargo-fuzz = true

[dependencies]
afl = { version = "0.13", optional = true }
afl = { version = "0.14", optional = true }
honggfuzz = { version = "0.5", optional = true }
libfuzzer-sys = { version = "0.4.7", optional = true }
proc-macro2 = { path = "..", default-features = false }
Expand Down

0 comments on commit 2cc9ef0

Please sign in to comment.