Remove git dependency

This commit is contained in:
Taiki Endo
2019-10-01 23:01:02 +09:00
committed by Sean McArthur
parent 9c5bc03908
commit 02de0d161d

View File

@@ -72,7 +72,6 @@ serde_json = "1.0.0"
tokio = "=0.2.0-alpha.6" tokio = "=0.2.0-alpha.6"
env_logger = { version = "0.5.3", default-features = false } env_logger = { version = "0.5.3", default-features = false }
rustls = "0.16" rustls = "0.16"
# tokio-rustls = "0.12.0-alpha.2" tokio-rustls = "0.12.0-alpha.4"
tokio-rustls = { git = "https://github.com/taiki-e/tokio-rustls", branch = "tokio02alpha6" }
webpki = "0.21" webpki = "0.21"
webpki-roots = "0.17" webpki-roots = "0.17"