Update futures and tokio alphas

This commit is contained in:
Sean McArthur
2019-08-29 14:25:17 -07:00
parent f4378bae58
commit 678c90eb0a
12 changed files with 32 additions and 27 deletions

View File

@@ -44,9 +44,9 @@ members = [
]
[dependencies]
futures-preview = "0.3.0-alpha.18"
tokio-io = { version = "0.2.0-alpha.2", features = ["util"] }
tokio-codec = "0.2.0-alpha.2"
futures-preview = "=0.3.0-alpha.18"
tokio-io = { version = "=0.2.0-alpha.4", features = ["util"] }
tokio-codec = "=0.2.0-alpha.4"
bytes = "0.4.7"
http = "0.1.8"
log = "0.4.1"
@@ -68,7 +68,7 @@ serde = "1.0.0"
serde_json = "1.0.0"
# Akamai example
tokio = "0.2.0-alpha.2"
tokio = "=0.2.0-alpha.4"
env_logger = { version = "0.5.3", default-features = false }
rustls = "0.12"
tokio-rustls = "0.5.0"