From 999a9550f5314479572b0f84d8542b0fd56569f7 Mon Sep 17 00:00:00 2001 From: link2xt Date: Wed, 22 Feb 2023 05:08:13 +0000 Subject: [PATCH] Remove explicit native-tls dependency --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 836a44375..7e0219a99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -864,7 +864,6 @@ dependencies = [ "libc", "log", "mailparse", - "native-tls", "num-derive", "num-traits", "num_cpus", diff --git a/Cargo.toml b/Cargo.toml index ecbab5a88..867a10b72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,6 @@ kamadak-exif = "0.5" lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" } libc = "0.2" mailparse = "0.14" -native-tls = "0.2" num_cpus = "1.15" num-derive = "0.3" num-traits = "0.2"