X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;fp=Cargo.toml;h=93382511f7f1b142da42544f4d25b8d88b6fdf70;hb=bdc27445f9125c1c46d8a8b5d6b28dc290434492;hp=9e83e5f5ff46d4aa5b02d2b480452bd83343799d;hpb=a9b67530dd95bc1d2b0aa5f075efb6fa7c002d5f;p=ldk-sample diff --git a/Cargo.toml b/Cargo.toml index 9e83e5f..9338251 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.114", features = ["max_level_trace"] } -lightning-block-sync = { version = "0.0.114", features = [ "rpc-client" ] } -lightning-invoice = { version = "0.22" } -lightning-net-tokio = { version = "0.0.114" } -lightning-persister = { version = "0.0.114" } -lightning-background-processor = { version = "0.0.114" } -lightning-rapid-gossip-sync = { version = "0.0.114" } +lightning = { version = "0.0.115", features = ["max_level_trace"] } +lightning-block-sync = { version = "0.0.115", features = [ "rpc-client" ] } +lightning-invoice = { version = "0.23" } +lightning-net-tokio = { version = "0.0.115" } +lightning-persister = { version = "0.0.115" } +lightning-background-processor = { version = "0.0.115" } +lightning-rapid-gossip-sync = { version = "0.0.115" } base64 = "0.13.0" bitcoin = "0.29.0"