Cargo.toml: remove native-tls

it's not used anymore.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2020-05-18 13:51:10 +02:00
parent b2c9c793ad
commit 6c5024b050

View File

@ -29,7 +29,6 @@ hyper = "0.13"
lazy_static = "1.4"
libc = "0.2"
log = "0.4"
native-tls = "0.2"
nix = "0.16"
once_cell = "1.3.1"
openssl = "0.10"