X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=ldk-sample;a=blobdiff_plain;f=Cargo.toml;fp=Cargo.toml;h=e814e5f4e6b42dc6bcb2a636b69a368caad3c6d1;hp=d73ce6de274f3878edce7a3bd837304a55455244;hb=aa1635c16624664ba2fde72c0f58da7437e50b74;hpb=7ef8932dc19e21ba2be0903d7a174d27de3f1989 diff --git a/Cargo.toml b/Cargo.toml index d73ce6d..e814e5f 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.117", features = ["max_level_trace"] } -lightning-block-sync = { version = "0.0.117", features = [ "rpc-client", "tokio" ] } -lightning-invoice = { version = "0.25.0" } -lightning-net-tokio = { version = "0.0.117" } -lightning-persister = { version = "0.0.117" } -lightning-background-processor = { version = "0.0.117", features = [ "futures" ] } -lightning-rapid-gossip-sync = { version = "0.0.117" } +lightning = { version = "0.0.118", features = ["max_level_trace"] } +lightning-block-sync = { version = "0.0.118", features = [ "rpc-client", "tokio" ] } +lightning-invoice = { version = "0.26.0" } +lightning-net-tokio = { version = "0.0.118" } +lightning-persister = { version = "0.0.118" } +lightning-background-processor = { version = "0.0.118", features = [ "futures" ] } +lightning-rapid-gossip-sync = { version = "0.0.118" } base64 = "0.13.0" bitcoin = "0.29.0"