Bump rust-bitcoin to v0.30.2
[rust-lightning] / lightning-block-sync / Cargo.toml
index d9bb4ee7b1e4bc4b84c4dc69fb3f9072322c0d62..5a8f887c1d82b2b9acb9739bd9055b96653340f5 100644 (file)
@@ -18,7 +18,8 @@ rest-client = [ "serde_json", "chunked_transfer" ]
 rpc-client = [ "serde_json", "chunked_transfer" ]
 
 [dependencies]
-bitcoin = "0.29.0"
+bitcoin = "0.30.2"
+hex = { package = "hex-conservative", version = "0.1.1", default-features = false }
 lightning = { version = "0.0.118", path = "../lightning" }
 tokio = { version = "1.0", features = [ "io-util", "net", "time" ], optional = true }
 serde_json = { version = "1.0", optional = true }