Artifact 6955535361ec8f7103f9041decb1ec381f0cbebc5fc427b9ead22892faafc3a1:
- File Cargo.toml — part of check-in [dff756ad22] at 2026-07-31 10:46:42 on branch trunk — bump, fixes: - quinn-proto: https://rustsec.org/advisories/RUSTSEC-2026-0185 Remote memory exhaustion in quinn-proto from unbounded out-of-order stream reassembly - serde_with: https://github.com/jonasbb/serde_with/security/advisories/GHSA-7gcf-g7xr-8hxj KeyValueMap serialization panics on empty sequence or map entries Bad or attacker controlled values could cause a panic while allocating too large values. (user: arcade, size: 558) [annotate] [blame] [check-ins using]
[package] name = "smtp2tg" version = "0.6.6" authors = [ "arcade@b1t.name" ] edition = "2024" license = "0BSD" repository = "http://fs.b1t.name/smtp2tg" [dependencies] async-compat = "0.2.5" config = { version = "0.15", default-features = false, features = [ "toml" ] } hostname = "0.4.1" html-escape = "0.2.13" just-getopt = "2.0.0" lazy_static = "1.5.0" mail-parser = { version = "0.11", features = ["serde"] } mailin-embedded = "0.8" regex = "1.11.1" smol = "2.0.2" stacked_errors = "0.7.1" tgbot = "0.46" [profile.release] lto = true codegen-units = 1