Update to futures 0.3.9 (#7854)

This commit is contained in:
Pierre Krieger
2021-01-08 16:47:33 +01:00
committed by GitHub
parent 467599df13
commit a4032b1dfb
26 changed files with 121 additions and 121 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ async-std = "1.6.5"
sc-network = { version = "0.8.0", path = "../" }
log = "0.4.8"
parking_lot = "0.11.1"
futures = "0.3.4"
futures = "0.3.9"
futures-timer = "3.0.1"
rand = "0.7.2"
libp2p = { version = "0.33.0", default-features = false }