chore(dependencies): update tokio to 0.2.0-alpha.5 (#409)

This commit is contained in:
Aaron Hill
2019-09-20 16:43:03 -04:00
committed by Sean McArthur
parent fac165e451
commit b4c129c99d
4 changed files with 7 additions and 7 deletions

View File

@@ -12,4 +12,4 @@ env_logger = { version = "0.5.3", default-features = false }
futures-preview = "=0.3.0-alpha.18"
honggfuzz = "0.5"
http = "0.1.3"
tokio = "=0.2.0-alpha.4"
tokio = "=0.2.0-alpha.5"

View File

@@ -12,4 +12,4 @@ env_logger = "0.5.9"
futures-preview = "=0.3.0-alpha.18"
http = "0.1.5"
string = "0.2"
tokio = "=0.2.0-alpha.4"
tokio = "=0.2.0-alpha.5"

View File

@@ -11,4 +11,4 @@ edition = "2018"
h2-support = { path = "../h2-support" }
log = "0.4.1"
futures-preview = "=0.3.0-alpha.18"
tokio = "=0.2.0-alpha.4"
tokio = "=0.2.0-alpha.5"