Update tokio alpha.6

This commit is contained in:
Lucio Franco
2019-09-30 21:47:10 -04:00
committed by Sean McArthur
parent 7615867a5e
commit 9c5bc03908
4 changed files with 15 additions and 14 deletions

View File

@@ -9,7 +9,7 @@ edition = "2018"
h2 = { path = "../.." }
env_logger = { version = "0.5.3", default-features = false }
futures-preview = "=0.3.0-alpha.18"
futures-preview = "=0.3.0-alpha.19"
honggfuzz = "0.5"
http = "0.1.3"
tokio = "=0.2.0-alpha.5"
tokio = "=0.2.0-alpha.6"

View File

@@ -9,7 +9,7 @@ h2 = { path = "../..", features = ["unstable-stream", "unstable"] }
bytes = "0.4.7"
env_logger = "0.5.9"
futures-preview = "=0.3.0-alpha.18"
futures-preview = "=0.3.0-alpha.19"
http = "0.1.5"
string = "0.2"
tokio = "=0.2.0-alpha.5"
tokio = "=0.2.0-alpha.6"

View File

@@ -10,5 +10,5 @@ edition = "2018"
[dev-dependencies]
h2-support = { path = "../h2-support" }
log = "0.4.1"
futures-preview = "=0.3.0-alpha.18"
tokio = "=0.2.0-alpha.5"
futures-preview = "=0.3.0-alpha.19"
tokio = "=0.2.0-alpha.6"