Skip to content

Commit 6225037

Browse files
committed
Update afl fuzzer from 0.15 to 0.16
1 parent b72ebfe commit 6225037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
cargo-fuzz = true
1010

1111
[dependencies]
12-
afl = { version = "0.15", optional = true }
12+
afl = { version = "0.16", optional = true }
1313
honggfuzz = { version = "0.5", optional = true }
1414
libfuzzer-sys = { version = "0.4.7", optional = true }
1515
proc-macro2 = { path = "..", default-features = false }

0 commit comments

Comments
 (0)