Index: Cargo.lock ================================================================== --- Cargo.lock +++ Cargo.lock @@ -742,13 +742,13 @@ "windows-link", ] [[package]] name = "html-escape" -version = "0.2.14" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46c1ff2d1cbf39efe5af0900ced8a069b5e61557a17544eb0c4a50239937389e" +checksum = "c9356095b4b41197bba32173600e1582792cda618f65d12f68e2e77d273413c5" [[package]] name = "http" version = "1.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1093,11 +1093,10 @@ version = "0.11.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "47785d444be4d32c1709171c6219a90f667c0ad0ffe68b4b179e794f31f4f9e8" dependencies = [ "hashify", - "serde", ] [[package]] name = "mailin" version = "0.6.5" Index: Cargo.toml ================================================================== --- Cargo.toml +++ Cargo.toml @@ -10,11 +10,11 @@ async-compat = "0.2.5" config = { version = "0.15", default-features = false, features = [ "toml" ] } hostname = "0.4.1" html-escape = "0.2.13" clap = { version = "4.6", features = [ "derive" ] } -mail-parser = { version = "0.11", features = ["serde"] } +mail-parser = "0.11" mailin-embedded = "0.8" regex = "1.11.1" smol = "2.0.2" stacked_errors = "0.7.1" tgbot = "0.46"