X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=fuzz%2FCargo.toml;h=4394fd7964d646debbec2b35ec2ff95d65b5ec88;hb=4f77c812a4b0e42454cb92b8b460dfa1323016cb;hp=7455076df137974e99a1074d4fc51ae6ef3cebfa;hpb=1b8f4acb275621d52316ae1e5f1059b15f3a120e;p=rust-lightning diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 7455076d..4394fd79 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -18,11 +18,11 @@ honggfuzz_fuzz = ["honggfuzz"] [dependencies] 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"