fix: update mailparse to 0.16.1 to fix panic when parsing a message

This commit is contained in:
link2xt
2025-02-27 20:44:31 +00:00
committed by l
parent 33f96d4010
commit 43a3e40bc7
4 changed files with 19 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ iroh = { version = "0.32", default-features = false }
kamadak-exif = "0.6.1"
libc = { workspace = true }
mail-builder = { git = "https://github.com/stalwartlabs/mail-builder", branch = "main", default-features = false }
mailparse = "0.16"
mailparse = "0.16.1"
mime = "0.3.17"
num_cpus = "1.16"
num-derive = "0.4"