X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=74ce48b40325f7804d358fd00e039452389e0b39;hb=c45a4b94c1c60e599105565cf1055e0413f0e856;hp=ed5ad9ca14741f16b9542a207c064a79c830d05a;hpb=e369cf7ef945f51efe613c3a525f7327556210c5;p=ldk-sample diff --git a/Cargo.toml b/Cargo.toml index ed5ad9c..74ce48b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,13 +8,13 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -lightning = { version = "0.0.108", features = ["max_level_trace"] } -lightning-block-sync = { version = "0.0.108", features = [ "rpc-client" ] } -lightning-invoice = { version = "0.16" } -lightning-net-tokio = { version = "0.0.108" } -lightning-persister = { version = "0.0.108" } -lightning-background-processor = { version = "0.0.108" } -lightning-rapid-gossip-sync = { version = "0.0.108" } +lightning = { version = "0.0.109", features = ["max_level_trace"] } +lightning-block-sync = { version = "0.0.109", features = [ "rpc-client" ] } +lightning-invoice = { version = "0.17" } +lightning-net-tokio = { version = "0.0.109" } +lightning-persister = { version = "0.0.109" } +lightning-background-processor = { version = "0.0.109" } +lightning-rapid-gossip-sync = { version = "0.0.109" } base64 = "0.13.0" bitcoin = "0.28.1"