Bump bitcoin dep to 0.21
authorMatt Corallo <git@bluematt.me>
Wed, 11 Dec 2019 20:41:24 +0000 (15:41 -0500)
committerMatt Corallo <git@bluematt.me>
Wed, 11 Dec 2019 22:29:42 +0000 (17:29 -0500)
fuzz/Cargo.toml
lightning-net-tokio/Cargo.toml
lightning/Cargo.toml

index 22a6e2156491e3445f7deeb48f318a10c94a9212..1cb7a8d6d925610e927b3c261ffbaa070dfd6131 100644 (file)
@@ -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 }
index f6fa03bdf24be15ec3082215c64c21da0fdb307b..3502410ad1e767f44190b3117efc4963222f6fde 100644 (file)
@@ -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"
index 65d3f66eac948ea7c45914372a8f60aacfdda24d..37b58862f87c9c8658d7f9ab7c91c943356a43cd 100644 (file)
@@ -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]