From 41b25ec74551cb61830ab9c6ae7ff9a0aa0bb0ff Mon Sep 17 00:00:00 2001 From: Jeb Rosen Date: Tue, 24 Sep 2019 20:02:23 -0700 Subject: [PATCH] Update to tokio '0.2.0-alpha.5'. (#48) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 723ffaa..a4c0e67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"