Try to sweep `SpendableOutputs` regularly, and in bulk
[ldk-sample] / Cargo.toml
index 8dc32b35bdbfff7493f91119fbd84c8d02c49a6b..aa842bf012af299010707b65bd4ea7757919fb4e 100644 (file)
@@ -8,13 +8,13 @@ edition = "2018"
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-lightning = { version = "0.0.112", features = ["max_level_trace"] }
-lightning-block-sync = { version = "0.0.112", features = [ "rpc-client" ] }
-lightning-invoice = { version = "0.20" }
-lightning-net-tokio = { version = "0.0.112" }
-lightning-persister = { version = "0.0.112" }
-lightning-background-processor = { version = "0.0.112" }
-lightning-rapid-gossip-sync = { version = "0.0.112" }
+lightning = { version = "0.0.115", features = ["max_level_trace"] }
+lightning-block-sync = { version = "0.0.115", features = [ "rpc-client" ] }
+lightning-invoice = { version = "0.23" }
+lightning-net-tokio = { version = "0.0.115" }
+lightning-persister = { version = "0.0.115" }
+lightning-background-processor = { version = "0.0.115", features = [ "futures" ] }
+lightning-rapid-gossip-sync = { version = "0.0.115" }
 
 base64 = "0.13.0"
 bitcoin = "0.29.0"
@@ -23,7 +23,6 @@ bech32 = "0.8"
 hex = "0.3"
 libc = "0.2"
 
-futures = "0.3"
 chrono = "0.4"
 rand = "0.4"
 serde_json = { version = "1.0" }