Bump rust-bitcoin dep to 0.18
authorMatt Corallo <git@bluematt.me>
Sat, 1 Jun 2019 11:02:05 +0000 (07:02 -0400)
committerMatt Corallo <git@bluematt.me>
Sat, 1 Jun 2019 11:40:21 +0000 (07:40 -0400)
Cargo.toml
fuzz/Cargo.toml

index df2808e90c397f608cb786580208cef9a9443283..5a6e0cceb58dc78fa4802af7343011fbf4e19661 100644 (file)
@@ -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]
index 1f307ab85e27f7d40ba2d4b0b887047eab6a5cef..edf24ffb11964c1274d4d334cb440b20a0f853d8 100644 (file)
@@ -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 }