aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-07-20 15:14:34 +0200
committerAlex Auvolat <alex@adnab.me>2022-07-20 15:14:34 +0200
commitdb4ffd7135a3d780cf2f7929e9fb883e96157de4 (patch)
tree005f8f0e99a8493e96f27cebe2b085b600e4e634 /Cargo.toml
parentc321d979af9931e0d1013acdc391333918550512 (diff)
downloadaerogramme-db4ffd7135a3d780cf2f7929e9fb883e96157de4.tar.gz
aerogramme-db4ffd7135a3d780cf2f7929e9fb883e96157de4.zip
Move to mail_parser 0.5
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 174c72c..399b50d 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 = "0.4.8"
+mail-parser = "0.5"
pretty_env_logger = "0.4"
rusoto_core = "0.48.0"
rusoto_credential = "0.48.0"
@@ -52,7 +52,7 @@ smtp-server = { git = "http://github.com/Alexis211/kannader", branch = "feature/
#k2v-client = { path = "../garage/src/k2v-client" }
[dev-dependencies]
-mail-parser-05 = { package = "mail-parser", version = "0.5" }
+#mail-parser-05 = { package = "mail-parser", version = "0.5" }
mail-parser-main = { package = "mail-parser", git = "https://github.com/stalwartlabs/mail-parser", branch = "main" }
mail-parser-superboum = { package = "mail-parser", git = "https://github.com/superboum/mail-parser", branch = "feature/no_decode" }
mail-parser-db61a03 = { package = "mail-parser", git = "https://github.com/superboum/mail-parser", rev = "db61a03" }