X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;ds=sidebyside;f=lightning-net-tokio%2FCargo.toml;h=50634bd32df2ce4be3263a232feea74cb7f1b36a;hb=f3774050aa54cd83a81773e3c8fa1c8b86f463e9;hp=adfedea7bcc2666e46a1d5740eef70f03752ef02;hpb=8b18d906bb1861fc2ac8258b2cd11955b346df5f;p=rust-lightning diff --git a/lightning-net-tokio/Cargo.toml b/lightning-net-tokio/Cargo.toml index adfedea7..50634bd3 100644 --- a/lightning-net-tokio/Cargo.toml +++ b/lightning-net-tokio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lightning-net-tokio" -version = "0.0.4" +version = "0.0.5" authors = ["Matt Corallo"] license = "Apache-2.0" edition = "2018" @@ -10,10 +10,8 @@ For Rust-Lightning clients which wish to make direct connections to Lightning P2 """ [dependencies] -bitcoin = "0.21" -bitcoin_hashes = "0.7" -lightning = { version = "0.0.11", path = "../lightning" } -secp256k1 = "0.15" +bitcoin = "0.24" +lightning = { version = "0.0.12", path = "../lightning" } tokio = { version = ">=0.2.12", features = [ "io-util", "macros", "rt-core", "sync", "tcp", "time" ] } [dev-dependencies]