tmp: use upstream git repo for hyper-native-tls

This commit is contained in:
Corentin Henry
2017-05-22 07:52:24 -07:00
committed by Sean McArthur
parent a5fc8b6fe0
commit d12d604e38

View File

@@ -11,7 +11,7 @@ categories = ["web-programming::http-client"]
[dependencies] [dependencies]
hyper = "0.10.2" hyper = "0.10.2"
hyper-native-tls = "0.2" hyper-native-tls = { git = "https://github.com/sfackler/hyper-native-tls" }
log = "0.3" log = "0.3"
serde = "1.0" serde = "1.0"
serde_json = "1.0" serde_json = "1.0"