Drop honggfuzz `arbitrary` dependency to meet MSRV
[rust-lightning] / fuzz / Cargo.toml
index be37fb83cdddbbe48034c6bfb990762c299aa9b3..95308e1bf5c3ae2f81db847b08abcc2690796c7c 100644 (file)
@@ -22,7 +22,7 @@ lightning = { path = "../lightning", features = ["regex"] }
 lightning-rapid-gossip-sync = { path = "../lightning-rapid-gossip-sync" }
 bitcoin = { version = "0.29.0", features = ["secp-lowmemory"] }
 hex = "0.3"
-honggfuzz = { version = "0.5", optional = true }
+honggfuzz = { version = "0.5", optional = true, default-features = false }
 libfuzzer-sys = { version = "0.4", optional = true }
 
 [build-dependencies]