X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning-net-tokio%2FCargo.toml;h=247481fcfc853e5da507cd91b2cb96e0c016fd5d;hb=refs%2Fheads%2F2023-11-2675-followups;hp=c2befdae51cbf5d44d22014cb364c4fde39a6661;hpb=4938be6ad715d3474c6bd13c914fd05490e6a649;p=rust-lightning diff --git a/lightning-net-tokio/Cargo.toml b/lightning-net-tokio/Cargo.toml index c2befdae..247481fc 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.116" +version = "0.0.118" authors = ["Matt Corallo"] license = "MIT OR Apache-2.0" repository = "https://github.com/lightningdevkit/rust-lightning/" @@ -15,10 +15,10 @@ all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies] -bitcoin = "0.29.0" -lightning = { version = "0.0.116", path = "../lightning" } -tokio = { version = "1.0", features = [ "io-util", "rt", "sync", "net", "time" ] } +bitcoin = "0.30.2" +lightning = { version = "0.0.118", path = "../lightning" } +tokio = { version = "1.0", features = [ "rt", "sync", "net", "time" ] } [dev-dependencies] -tokio = { version = "1.14", features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] } -lightning = { version = "0.0.116", path = "../lightning", features = ["_test_utils"] } +tokio = { version = "1.14", features = [ "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] } +lightning = { version = "0.0.118", path = "../lightning", features = ["_test_utils"] }