Avoid unnecessary newline in middle of log statement
[rust-lightning] / lightning-net-tokio / Cargo.toml
index 050ad4d0121b5b5265876a5488625e0422cd9bff..d2ac6e5474543db1392926dc8dfebf07715b0d86 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lightning-net-tokio"
-version = "0.0.109"
+version = "0.0.116"
 authors = ["Matt Corallo"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/lightningdevkit/rust-lightning/"
@@ -15,9 +15,10 @@ all-features = true
 rustdoc-args = ["--cfg", "docsrs"]
 
 [dependencies]
-bitcoin = "0.28.1"
-lightning = { version = "0.0.109", path = "../lightning" }
-tokio = { version = "1.0", features = [ "io-util", "macros", "rt", "sync", "net", "time" ] }
+bitcoin = "0.29.0"
+lightning = { version = "0.0.116", 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" ] }
+tokio = { version = "1.14", features = [ "macros", "rt", "rt-multi-thread", "sync", "net", "time" ] }
+lightning = { version = "0.0.116", path = "../lightning", features = ["_test_utils"] }