aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-07-20 11:53:34 +0200
committerAlex Auvolat <alex@adnab.me>2022-07-20 11:53:34 +0200
commit24d9f192e45434448734e8fb03f589618ea7363f (patch)
treeb95c066f206de2952449b4b9e021e7d6a41db6c1 /Cargo.toml
parent8c47687d8ebeb80771872864a41e38c9168773ca (diff)
downloadaerogramme-24d9f192e45434448734e8fb03f589618ea7363f.tar.gz
aerogramme-24d9f192e45434448734e8fb03f589618ea7363f.zip
Start testing of mail parsing crates
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 b3ca40d..b713401 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ itertools = "0.10"
lazy_static = "1.4"
ldap3 = { version = "0.10", default-features = false, features = ["tls"] }
log = "0.4"
-mail-parser = { git = "https://github.com/superboum/mail-parser", branch = "feature/no_decode" }
+mail-parser = { git = "https://github.com/superboum/mail-parser", rev = "db61a03" }
pretty_env_logger = "0.4"
rusoto_core = "0.48.0"
rusoto_credential = "0.48.0"