From 6c5024b050ca8585cad42bdc96fb54c6cf52d59c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Mon, 18 May 2020 13:51:10 +0200 Subject: [PATCH] Cargo.toml: remove native-tls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit it's not used anymore. Signed-off-by: Fabian Grünbichler --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f6e8b26c..c84a5d37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"