X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=cc9f50143a57d0d3e5c89cef281bcde97ff637b9;hb=1030ef91aa47667ff244e087e8f25c24581e5f19;hp=a51252ec914c7790ddbf14277aaeea052daab7fb;hpb=2d5d59a8a7b1a07cdb836c4ee330c6856afb24d7;p=ldk-sample diff --git a/Cargo.toml b/Cargo.toml index a51252e..cc9f501 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,23 +8,24 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -lightning = "0.0.14" -lightning-block-sync = { version = "0.0.14", features = [ "rpc-client" ] } -lightning-invoice = "0.5" -lightning-net-tokio = "0.0.14" -lightning-persister = "0.0.14" -lightning-background-processor = "0.0.14" +lightning = { version = "0.0.102" } +lightning-block-sync = { version = "0.0.102", features = [ "rpc-client" ] } +lightning-invoice = { version = "0.10.0" } +lightning-net-tokio = { version = "0.0.102" } +lightning-persister = { version = "0.0.102" } +lightning-background-processor = { version = "0.0.102" } 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" -time = "0.2" +futures = "0.3" +chrono = "0.4" rand = "0.4" serde_json = { version = "1.0" } -tokio = { version = "1.0", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] } +tokio = { version = "1.5", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] } [profile.release] panic = "abort"