Bump dependencies to bitcoin 0.27 and bech32 0.8
[rust-lightning] / lightning-background-processor / Cargo.toml
index 9849ac44bc6b706b7efc51121fe542dd369f1d51..1659ffd3ea37012b0dd3d478020ed458db97b725 100644 (file)
@@ -10,7 +10,7 @@ Utilities to perform required background tasks for Rust Lightning.
 edition = "2018"
 
 [dependencies]
-bitcoin = "0.26"
+bitcoin = "0.27"
 lightning = { version = "0.0.99", path = "../lightning", features = ["allow_wallclock_use"] }
 lightning-persister = { version = "0.0.99", path = "../lightning-persister" }