From 02de0d161d6df258d2699e0a778c17dfbdcfa7ea Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 1 Oct 2019 23:01:02 +0900 Subject: [PATCH] Remove git dependency --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5da1a76..d6dec45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,6 @@ serde_json = "1.0.0" tokio = "=0.2.0-alpha.6" env_logger = { version = "0.5.3", default-features = false } rustls = "0.16" -# tokio-rustls = "0.12.0-alpha.2" -tokio-rustls = { git = "https://github.com/taiki-e/tokio-rustls", branch = "tokio02alpha6" } +tokio-rustls = "0.12.0-alpha.4" webpki = "0.21" webpki-roots = "0.17"