X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=e71926de14a8c893fc91e44d399ea45e747bcb4b;hb=e87a9e18f6739988b93b6bc38c1ae178c0bdaeb8;hp=414d3386492a9b38bf1a2fb38721ff15b1b1ce76;hpb=9c10e5533db6829deeaf26f396fc5dd493baad6c;p=ldk-sample diff --git a/Cargo.toml b/Cargo.toml index 414d338..e71926d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"