update futures dependency (#5426)

This commit is contained in:
Nikolay Volf
2020-03-27 04:35:48 -07:00
committed by GitHub
parent fb3386a5f3
commit eed0045a0c
23 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ wasmtime = [
[dependencies]
derive_more = "0.99.2"
futures01 = { package = "futures", version = "0.1.29" }
futures = "0.3.1"
futures = "0.3.4"
futures-diagnose = "1.0"
parking_lot = "0.10.0"
lazy_static = "1.4.0"