]> git.proxmox.com Git - proxmox-backup.git/commit - src/client/http_client.rs
drop hyper_openssl
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 2 Sep 2019 13:14:55 +0000 (15:14 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 2 Sep 2019 13:21:26 +0000 (15:21 +0200)
commit1434f4f8dff3486f51799bd87a7d8dff2fc70e39
tree905f660543f93d696948b4697446a82ec843dcb5
parent556eb70ea37f7c98049351f5bc138cb408ef5328
drop hyper_openssl

We can use .await now, which means the whole connection
state machine doesn't need to be typed out as "types"
anymore, so, at least until hyper_openssl gets updated to
proper dependencies, let's drop it.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/client/http_client.rs