Skip to content

Commit 3259996

Browse files
committed
Bump fuzz afl dependency to latest upstream version
1 parent ce6bcf6 commit 3259996

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
@@ -18,7 +18,7 @@ libfuzzer_fuzz = ["libfuzzer-sys"]
1818
stdin_fuzz = []
1919

2020
[dependencies]
21-
afl = { version = "0.4", optional = true }
21+
afl = { version = "0.12", optional = true }
2222
lightning = { path = "../lightning", features = ["regex"] }
2323
lightning-rapid-gossip-sync = { path = "../lightning-rapid-gossip-sync" }
2424
bitcoin = { version = "0.29.0", features = ["secp-lowmemory"] }

0 commit comments

Comments
 (0)