Update to latest upstream rust-lightning, bumping deps
[ldk-sample] / Cargo.toml
index 414d3386492a9b38bf1a2fb38721ff15b1b1ce76..e71926de14a8c893fc91e44d399ea45e747bcb4b 100644 (file)
@@ -16,9 +16,9 @@ lightning-persister = { version = "0.0.99", git = "https://github.com/rust-bitco
 lightning-background-processor = { version = "0.0.99", git = "https://github.com/rust-bitcoin/rust-lightning", branch = "main" }
 
 base64 = "0.13.0"
-bitcoin = "0.26"
-bitcoin-bech32 = "0.7"
-bech32 = "0.7"
+bitcoin = "0.27"
+bitcoin-bech32 = "0.12"
+bech32 = "0.8"
 hex = "0.3"
 
 futures = "0.3"