Don't spawn new single-threaded executors, stay inside tokio
[rapid-gossip-sync-server] / Cargo.toml
index 003f373122e2898e917ea7d894b2da88bc3d8dcf..5926971fcb412e9424599728fc5d1c2da6fa99e9 100644 (file)
@@ -12,7 +12,6 @@ lightning = { version = "0.0.110" }
 lightning-block-sync = { version = "0.0.110", features=["rest-client"] }
 lightning-net-tokio = { version = "0.0.110" }
 chrono = "0.4"
-futures = "0.3"
 hex = "0.3"
 rand = "0.4"
 tokio = { version = "1.14.1", features = ["full"] }