From 882f7307c8942bc5ea48678b3fa72baddf1591c0 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Sat, 1 Jun 2019 07:02:05 -0400 Subject: [PATCH] Bump rust-bitcoin dep to 0.18 --- Cargo.toml | 4 ++-- fuzz/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index df2808e90..5a6e0cceb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,13 +22,13 @@ max_level_info = [] max_level_debug = [] [dependencies] -bitcoin = "0.17" +bitcoin = "0.18" bitcoin_hashes = "0.3" rand = "0.4" secp256k1 = "0.12" [dev-dependencies.bitcoin] -version = "0.17" +version = "0.18" features = ["bitcoinconsensus"] [dev-dependencies] diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 1f307ab85..edf24ffb1 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -18,7 +18,7 @@ libfuzzer_fuzz = ["libfuzzer-sys"] [dependencies] afl = { version = "0.4", optional = true } lightning = { path = "..", features = ["fuzztarget"] } -bitcoin = { version = "0.17", features = ["fuzztarget"] } +bitcoin = { version = "0.18", features = ["fuzztarget"] } bitcoin_hashes = { version = "0.3", features=["fuzztarget"] } hex = "0.3" honggfuzz = { version = "0.5", optional = true } -- 2.39.5