X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=0e95be6a569cf1f5fa3bf1c6dd022aec3681afd1;hb=8098135a88a92f6ce50747cddea97b13c8296593;hp=aa842bf012af299010707b65bd4ea7757919fb4e;hpb=139e065ddd828277029d5b8db7309454e6daccfe;p=ldk-sample diff --git a/Cargo.toml b/Cargo.toml index aa842bf..0e95be6 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.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", features = [ "futures" ] } -lightning-rapid-gossip-sync = { version = "0.0.115" } +lightning = { version = "0.0.116", features = ["max_level_trace"] } +lightning-block-sync = { version = "0.0.116", features = [ "rpc-client" ] } +lightning-invoice = { version = "0.24.0" } +lightning-net-tokio = { version = "0.0.116" } +lightning-persister = { version = "0.0.116" } +lightning-background-processor = { version = "0.0.116", features = [ "futures" ] } +lightning-rapid-gossip-sync = { version = "0.0.116" } base64 = "0.13.0" bitcoin = "0.29.0"