Merge pull request #1567 from tnull/2022-06-send-probe
[rust-lightning] / fuzz / Cargo.toml
index bc1f0a479f1cb074937d689b33c398c73d2f6420..66dabcfe4be3242eac2240a287476745c8f03e2a 100644 (file)
@@ -19,7 +19,8 @@ stdin_fuzz = []
 [dependencies]
 afl = { version = "0.4", optional = true }
 lightning = { path = "../lightning", features = ["regex"] }
-bitcoin = { version = "0.27", features = ["fuzztarget", "secp-lowmemory"] }
+lightning-rapid-gossip-sync = { path = "../lightning-rapid-gossip-sync" }
+bitcoin = { version = "0.28.1", features = ["secp-lowmemory"] }
 hex = "0.3"
 honggfuzz = { version = "0.5", optional = true }
 libfuzzer-sys = { git = "https://github.com/rust-fuzz/libfuzzer-sys.git", optional = true }