Fix crash introduced in #124
[rust-lightning] / fuzz / Cargo.toml
index 516dd4ce043d127d8652bf40d5a0a66e099b6cfd..4394fd7964d646debbec2b35ec2ff95d65b5ec88 100644 (file)
@@ -16,13 +16,13 @@ afl_fuzz = ["afl"]
 honggfuzz_fuzz = ["honggfuzz"]
 
 [dependencies]
-afl = { version = "0.3", optional = true }
+afl = { version = "0.4", optional = true }
 lightning = { path = "..", features = ["fuzztarget"] }
-bitcoin = { version = "0.13", features = ["fuzztarget"] }
+bitcoin = { version = "0.14", features = ["fuzztarget"] }
 hex = "0.3"
 honggfuzz = { version = "0.5", optional = true }
 rust-crypto = "0.2"
-secp256k1 = { version = "0.9", features=["fuzztarget"] }
+secp256k1 = { version = "0.11", features=["fuzztarget"] }
 
 [build-dependencies]
 cc = "1.0"