Disable hostname verification when option is enabled

Closes #153
This commit is contained in:
Sean McArthur
2017-06-28 11:03:28 -07:00
parent 478309e03f
commit 1785e0dc5d
3 changed files with 13 additions and 58 deletions

View File

@@ -13,7 +13,7 @@ categories = ["web-programming::http-client"]
bytes = "0.4"
futures = "0.1.14"
hyper = "0.11"
hyper-tls = "0.1.1"
hyper-tls = "0.1.2"
libflate = "0.1.5"
log = "0.3"
native-tls = "0.1"