Remove futures compat feature (#1386)

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
Qinxuan Chen
2022-06-19 05:30:07 +08:00
committed by GitHub
parent 39a5f24477
commit 1200ccefa3
10 changed files with 11 additions and 12 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ description = "Runs a polkadot parachain node which could be a collator."
async-trait = "0.1.56"
clap = { version = "3.2.5", features = ["derive", "deprecated"] }
codec = { package = "parity-scale-codec", version = "3.0.0" }
futures = { version = "0.3.1", features = ["compat"] }
futures = "0.3.21"
hex-literal = "0.3.4"
log = "0.4.17"
serde = { version = "1.0.137", features = ["derive"] }