Skip to content

Commit a597b3c

Browse files
committed
Update fuzz target to afl 0.13
1 parent 2130305 commit a597b3c

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.12", optional = true }
12+
afl = { version = "0.13", optional = true }
1313
honggfuzz = { version = "0.5", optional = true }
1414
libfuzzer-sys = { version = "0.4", optional = true }
1515
proc-macro2 = { path = "..", default-features = false }

0 commit comments

Comments
 (0)