use hex::decode instead of extend_vec_from_hex
[rust-lightning] / fuzz / Cargo.toml
index 22f4bdcc181a3706ddbaf6260e16ea5fa026aa55..aec5d9a81a868ecb4193a004de8373a13a170c50 100644 (file)
@@ -16,12 +16,13 @@ afl_fuzz = ["afl"]
 honggfuzz_fuzz = ["honggfuzz"]
 
 [dependencies]
+afl = { version = "0.3", optional = true }
 lightning = { path = "..", features = ["fuzztarget"] }
 bitcoin = { version = "0.13", features = ["fuzztarget"] }
-secp256k1 = { version = "0.9", features=["fuzztarget"] }
-rust-crypto = "0.2"
+hex = "0.3.2"
 honggfuzz = { version = "0.5", optional = true }
-afl = { version = "0.3", optional = true }
+rust-crypto = "0.2"
+secp256k1 = { version = "0.9", features=["fuzztarget"] }
 
 [build-dependencies]
 cc = "1.0"