Drop half-life-based bucket decay in `update_history_buckets`
[rust-lightning] / lightning-net-tokio / Cargo.toml
index 6cd3a1fa38276bddd344cd368218e4623992f0dd..e491dec5d458f413038592ff7db26e5849eb28f6 100644 (file)
@@ -8,14 +8,14 @@ description = """
 Implementation of the rust-lightning network stack using Tokio.
 For Rust-Lightning clients which wish to make direct connections to Lightning P2P nodes, this is a simple alternative to implementing the required network stack, especially for those already using Tokio.
 """
-edition = "2018"
+edition = "2021"
 
 [package.metadata.docs.rs]
 all-features = true
 rustdoc-args = ["--cfg", "docsrs"]
 
 [dependencies]
-bitcoin = "0.29.0"
+bitcoin = "0.30.2"
 lightning = { version = "0.0.118", path = "../lightning" }
 tokio = { version = "1.0", features = [ "rt", "sync", "net", "time" ] }