]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Bump fuzz `afl` dependency to latest upstream version
authorMatt Corallo <git@bluematt.me>
Fri, 6 Jan 2023 19:52:24 +0000 (19:52 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 15 Jan 2023 23:31:06 +0000 (23:31 +0000)
fuzz/Cargo.toml

index b2ec5e18ea418774616f23bb3734c9003dce81ad..bc1ed6f0c3b54f61fb18b5b417ed358b8836b8ef 100644 (file)
@@ -18,7 +18,7 @@ libfuzzer_fuzz = ["libfuzzer-sys"]
 stdin_fuzz = []
 
 [dependencies]
-afl = { version = "0.4", optional = true }
+afl = { version = "0.12", optional = true }
 lightning = { path = "../lightning", features = ["regex"] }
 lightning-rapid-gossip-sync = { path = "../lightning-rapid-gossip-sync" }
 bitcoin = { version = "0.29.0", features = ["secp-lowmemory"] }