fixing the akamai example to work with tokio-0.2 (#408)

* fixing the akamai example to work with tokio-0.2

* manually spawn the h2 task to make it go

* fix tokio-rustls dependency version
This commit is contained in:
Rick Richardson
2019-09-23 12:57:06 -07:00
committed by Sean McArthur
parent b534a7888a
commit 7615867a5e
2 changed files with 30 additions and 24 deletions

View File

@@ -71,7 +71,7 @@ serde_json = "1.0.0"
# Akamai example
tokio = "=0.2.0-alpha.5"
env_logger = { version = "0.5.3", default-features = false }
rustls = "0.12"
tokio-rustls = "0.5.0"
webpki = "0.18"
webpki-roots = "0.14"
rustls = "0.16"
tokio-rustls = "0.12.0-alpha.2"
webpki = "0.21"
webpki-roots = "0.17"