Use ThreadPool::spawn_ok() instead of ThreadPool::spawn() (#3656)

* Bump futures-timer to v0.3

* Bump futures-preview to v0.3.0-alpha.18

* Replace ThreadPoll::spawn() with ThreadPoll::spawn_ok()
This commit is contained in:
Hernando Castano
2019-09-20 15:26:14 +02:00
committed by GitHub
parent c95fdd53d8
commit e434dbdfc5
21 changed files with 86 additions and 89 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ bytes = "0.4"
client = { package = "substrate-client", path = "../../core/client" }
fnv = "1.0"
futures01 = { package = "futures", version = "0.1" }
futures-preview = "=0.3.0-alpha.17"
futures-timer = "0.2.1"
futures-preview = "0.3.0-alpha.18"
futures-timer = "0.3"
hyper = "0.12.33"
hyper-tls = "0.3.2"
log = "0.4"