This commit is contained in:
rustmailer
2026-04-21 18:15:54 +08:00
parent b29c6ea9ff
commit c185ea102c
35 changed files with 652 additions and 423 deletions

View File

@@ -28,8 +28,8 @@ codegen-units = 1
[dependencies]
chrono = "0.4.44"
clap = { version = "4.6.0", features = ["derive", "env"] }
mimalloc = "0.1.48"
clap = { version = "4.6.1", features = ["derive", "env"] }
mimalloc = "0.1.49"
native_db = "0.8.2"
itertools = "0.14.0"
native_model = "0.4.20"
@@ -46,7 +46,7 @@ poem-openapi = { version = "5.1.16", features = [
ring = { version = "0.17.14", features = ["std"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tokio = { version = "1.52.0", features = ["full"] }
tokio = { version = "1.52.1", features = ["full"] }
tracing = "0.1.44"
tracing-appender = "0.2.3"
tracing-subscriber = { version = "0.3.23", features = ["env-filter", "json"] }
@@ -85,7 +85,7 @@ async-imap = { version = "0.11.2", default-features = false, features = [
"runtime-tokio",
"compress",
] }
webpki-roots = "1.0.6"
webpki-roots = "1.0.7"
rustls = { version = "0.23.38", default-features = false, features = ["ring"] }
rustls-pki-types = "1.14.0"
tokio-io-timeout = "1.2.1"
@@ -105,10 +105,10 @@ autoconfig = "0.4.0"
urlencoding = "2.1.3"
dashmap = "6.1.0"
# Statically links OpenSSL by compiling from source, avoiding system library dependencies
openssl-sys = { version = "0.9.113", optional = true, features = ["vendored"] }
openssl-sys = { version = "0.9.114", optional = true, features = ["vendored"] }
gethostname = "1.1.0"
itoa = "1.0.18"
html2text = "0.16.7"
html2text = "0.17.1"
bytes = "1.11.1"
dialoguer = "0.12.0"
console = "0.16.3"
@@ -121,7 +121,7 @@ mail-send = "0.6.0"
rcgen = "0.14.7"
rustls-pemfile = "2.2.0"
blake3 = "1.8.4"
uuid = { version = "1.23.0", features = ["v4", "serde"] }
uuid = { version = "1.23.1", features = ["v4", "serde"] }
fjall = { version = "3.1.4", features = ["lz4", "metrics", "bytes_1"] }
tantivy = { version = "0.26.0", features = ["zstd-compression"] }
tracing-log = "0.2.0"