From 7fca72543c51b5392d4105f0b02466f4b60d75d2 Mon Sep 17 00:00:00 2001 From: Douman Date: Fri, 9 Aug 2019 12:37:52 +0200 Subject: [PATCH] Bump to tokio alpha (#43) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c958a44..2bff353 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ appveyor = { repository = "quininer/tokio-rustls" } [dependencies] smallvec = "0.6" -tokio-io = { git = "https://github.com/tokio-rs/tokio" } +tokio-io = "0.2.0-alpha.1" futures-core-preview = "0.3.0-alpha.17" rustls = "0.15" webpki = "0.19" @@ -26,6 +26,6 @@ webpki = "0.19" early-data = [] [dev-dependencies] -tokio = { git = "https://github.com/tokio-rs/tokio" } +tokio = "0.2.0-alpha.1" lazy_static = "1" webpki-roots = "0.16"