aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-07-06 18:42:37 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-07-06 18:42:37 +0200
commit82c7f5909f0c3e07d0dbd4395d54121091aab267 (patch)
tree13d46e8c412dfeb0bc6ad7a418ccea9361aefe41 /Cargo.toml
parentcba06269ab1ab9253c097eb46ffdc0393548e74d (diff)
downloadaerogramme-82c7f5909f0c3e07d0dbd4395d54121091aab267.tar.gz
aerogramme-82c7f5909f0c3e07d0dbd4395d54121091aab267.zip
Fix envelope + rfc822 message size+line number
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ac3e641..3f16605 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ itertools = "0.10"
lazy_static = "1.4"
ldap3 = { version = "0.10", default-features = false, features = ["tls"] }
log = "0.4"
-mail-parser = "0.4.8"
+mail-parser = { git = "https://github.com/superboum/mail-parser", branch = "feature/last_part_offset" }
pretty_env_logger = "0.4"
rusoto_core = "0.48.0"
rusoto_credential = "0.48.0"