From a0ceee6387f8770bddea75e4fdcccfd45fd6b467 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Mon, 19 Jan 2026 16:32:40 -0300 Subject: [PATCH] - Adding. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 56c8b7489..c3c068109 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -133,7 +133,7 @@ serde_json = "1.0" toml = "0.8" sha2 = "0.10.9" sha1 = "0.10.6" -tokio = { version = "1.41", default-features = false, features = ["rt", "sync", "time", "macros", "net", "rt-multi-thread"] } +tokio = { version = "1.41", default-features = false, features = ["rt", "sync", "time", "macros", "net", "rt-multi-thread", "process"] } tokio-stream = "0.1" tower = "0.4" tower-http = { version = "0.5", default-features = false, features = ["cors", "fs", "trace"] } @@ -159,7 +159,7 @@ tower-cookies = "0.10" # mail Integration (mail feature) imap = { version = "3.0.0-alpha.15", optional = true } -lettre = { version = "0.11", default-features = false, optional = true } +lettre = { version = "0.11", features = ["smtp-transport", "builder"], optional = true } mailparse = { version = "0.15", optional = true } native-tls = { version = "0.2", optional = true } @@ -179,7 +179,7 @@ spreadsheet-ods = { version = "1.0", optional = true } aws-config = { version = "1.8.8", default-features = false, optional = true } aws-sdk-s3 = { version = "1.109.0", default-features = false, optional = true } pdf-extract = { version = "0.10.0", optional = true } -quick-xml = { version = "0.37", optional=true, default-features = false } +quick-xml = { version = "0.37", optional=true, default-features = false, features = ["serialize"] } flate2 = { version = "1.0", optional = false } zip = { version = "2.2", optional = false } tar = { version = "0.4", optional = false }