mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 16:36:59 +03:00
Remove explicit native-tls dependency
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -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",
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user