Update to tokio '0.2.0-alpha.5'. (#48)

This commit is contained in:
Jeb Rosen 2019-09-24 20:02:23 -07:00 committed by quininer
parent 0386abcee1
commit 41b25ec745

View File

@ -17,7 +17,7 @@ appveyor = { repository = "quininer/tokio-rustls" }
[dependencies]
smallvec = "0.6"
tokio-io = "=0.2.0-alpha.4"
tokio-io = "=0.2.0-alpha.5"
futures-core-preview = "=0.3.0-alpha.18"
rustls = "0.16"
webpki = "0.21"
@ -26,7 +26,7 @@ webpki = "0.21"
early-data = []
[dev-dependencies]
tokio = "=0.2.0-alpha.4"
tokio = "=0.2.0-alpha.5"
futures-util-preview = "0.3.0-alpha.18"
lazy_static = "1"
webpki-roots = "0.17"