X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=fuzz%2FCargo.toml;fp=fuzz%2FCargo.toml;h=516dd4ce043d127d8652bf40d5a0a66e099b6cfd;hb=07d7b395e66e9ca87c7349f61eadd7e2c58a0f43;hp=aec5d9a81a868ecb4193a004de8373a13a170c50;hpb=6919cd34f71682b3afc2241b6d1f2495ca1c99b6;p=rust-lightning diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index aec5d9a8..516dd4ce 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -19,7 +19,7 @@ honggfuzz_fuzz = ["honggfuzz"] afl = { version = "0.3", optional = true } lightning = { path = "..", features = ["fuzztarget"] } bitcoin = { version = "0.13", features = ["fuzztarget"] } -hex = "0.3.2" +hex = "0.3" honggfuzz = { version = "0.5", optional = true } rust-crypto = "0.2" secp256k1 = { version = "0.9", features=["fuzztarget"] }