diff --git a/Cargo.toml b/Cargo.toml index ef903ad6..c7009350 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -138,7 +138,7 @@ zip = { version = "4", default-features = false, features = ["deflate"] } # Email (SMTP + IMAP) lettre = { version = "0.11", default-features = false, features = ["builder", "hostname", "smtp-transport", "tokio1", "tokio1-rustls-tls"] } imap = "2" -native-tls = "0.2" +native-tls = { version = "0.2", features = ["vendored"] } mailparse = "0.16" # OpenSSL (vendored = statically compiled, no runtime libssl dependency on Linux)