Remove explicit native-tls dependency

This commit is contained in:
link2xt
2023-02-22 05:08:13 +00:00
parent 7f5217fc87
commit 999a9550f5
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@@ -864,7 +864,6 @@ dependencies = [
"libc", "libc",
"log", "log",
"mailparse", "mailparse",
"native-tls",
"num-derive", "num-derive",
"num-traits", "num-traits",
"num_cpus", "num_cpus",

View File

@@ -51,7 +51,6 @@ kamadak-exif = "0.5"
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" } lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
libc = "0.2" libc = "0.2"
mailparse = "0.14" mailparse = "0.14"
native-tls = "0.2"
num_cpus = "1.15" num_cpus = "1.15"
num-derive = "0.3" num-derive = "0.3"
num-traits = "0.2" num-traits = "0.2"