`#[derive(Clone)]` for `InFlightHtlcs`
[rust-lightning] / lightning-net-tokio / Cargo.toml
index 24b9821b15cee0f4d0bb4d0f84703e6aed66d116..07f9f313307c0cd493ab2e2e54b00489aba283c5 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "lightning-net-tokio"
-version = "0.0.107"
+version = "0.0.113"
 authors = ["Matt Corallo"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/lightningdevkit/rust-lightning/"
@@ -15,8 +15,8 @@ all-features = true
 rustdoc-args = ["--cfg", "docsrs"]
 
 [dependencies]
-bitcoin = "0.28.1"
-lightning = { version = "0.0.107", path = "../lightning" }
+bitcoin = "0.29.0"
+lightning = { version = "0.0.113", path = "../lightning" }
 tokio = { version = "1.0", features = [ "io-util", "macros", "rt", "sync", "net", "time" ] }
 
 [dev-dependencies]