update substrate (#442)

This commit is contained in:
thiolliere
2019-09-23 16:25:14 +02:00
committed by Robert Habermeier
parent 21cb1e9f45
commit 444a19ec5f
9 changed files with 250 additions and 193 deletions
+2 -2
View File
@@ -6,8 +6,8 @@ edition = "2018"
[dependencies]
futures = "0.1.17"
futures03 = { package = "futures-preview", version = "0.3.0-alpha.17", features = ["compat"] }
futures-timer = "0.2.1"
futures03 = { package = "futures-preview", version = "0.3.0-alpha.18", features = ["compat"] }
futures-timer = "0.4.0"
parking_lot = "0.9.0"
tokio = "0.1.7"
derive_more = "0.14.0"