Merge pull request #1073 from gilescope/less-deps
authorMatt Corallo <649246+TheBlueMatt@users.noreply.github.com>
Mon, 13 Sep 2021 04:22:26 +0000 (04:22 +0000)
committerGitHub <noreply@github.com>
Mon, 13 Sep 2021 04:22:26 +0000 (04:22 +0000)
lightning-block-sync/Cargo.toml

index 2a8ff0c6a1807f91d07f71a64969343328812c81..0902cc3206905c5ed496a85eb4745a25d6db0264 100644 (file)
@@ -20,7 +20,6 @@ tokio = { version = "1.0", features = [ "io-util", "net", "time" ], optional = t
 serde = { version = "1.0", features = ["derive"], optional = true }
 serde_json = { version = "1.0", optional = true }
 chunked_transfer = { version = "1.4", optional = true }
-futures = { version = "0.3" }
 
 [dev-dependencies]
 tokio = { version = "1.0", features = [ "macros", "rt" ] }