From 580a4234fd3957ed9d0842d9ce45faeafd6541bf Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Wed, 11 Dec 2019 15:41:24 -0500 Subject: [PATCH] Bump bitcoin dep to 0.21 --- fuzz/Cargo.toml | 2 +- lightning-net-tokio/Cargo.toml | 2 +- lightning/Cargo.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fuzz/Cargo.toml b/fuzz/Cargo.toml index 22a6e215..1cb7a8d6 100644 --- a/fuzz/Cargo.toml +++ b/fuzz/Cargo.toml @@ -19,7 +19,7 @@ stdin_fuzz = [] [dependencies] afl = { version = "0.4", optional = true } lightning = { path = "../lightning", features = ["fuzztarget"] } -bitcoin = { version = "0.20", features = ["fuzztarget"] } +bitcoin = { version = "0.21", features = ["fuzztarget"] } bitcoin_hashes = { version = "0.7", features = ["fuzztarget"] } hex = "0.3" honggfuzz = { version = "0.5", optional = true } diff --git a/lightning-net-tokio/Cargo.toml b/lightning-net-tokio/Cargo.toml index f6fa03bd..3502410a 100644 --- a/lightning-net-tokio/Cargo.toml +++ b/lightning-net-tokio/Cargo.toml @@ -9,7 +9,7 @@ For Rust-Lightning clients which wish to make direct connections to Lightning P2 """ [dependencies] -bitcoin = "0.20" +bitcoin = "0.21" bitcoin_hashes = "0.7" lightning = { version = "0.0.9", path = "../lightning" } secp256k1 = "0.15" diff --git a/lightning/Cargo.toml b/lightning/Cargo.toml index 65d3f66e..37b58862 100644 --- a/lightning/Cargo.toml +++ b/lightning/Cargo.toml @@ -22,12 +22,12 @@ max_level_info = [] max_level_debug = [] [dependencies] -bitcoin = "0.20" +bitcoin = "0.21" bitcoin_hashes = "0.7" secp256k1 = "0.15" [dev-dependencies.bitcoin] -version = "0.20" +version = "0.21" features = ["bitcoinconsensus"] [dev-dependencies] -- 2.30.2