client: use hyper-tls for now

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller
2019-02-13 11:03:02 +01:00
parent 42d6e4fb05
commit 4a3f65172c
2 changed files with 15 additions and 4 deletions

View File

@ -23,6 +23,7 @@ tokio-tls = "0.2.1"
native-tls = "0.2.2"
http = "0.1"
hyper = "0.12"
hyper-tls = "0.3"
lazy_static = "1.1"
regex = "1.0"
libc = "0.2"