diff options
author | Alex Auvolat <alex@adnab.me> | 2022-07-20 12:27:49 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-07-20 12:27:49 +0200 |
commit | 3e3821682c0009acb9651799b961f41ed3027e61 (patch) | |
tree | 62ecdb1c4db1c0e8e3059a6a8bc077dbe4866a36 /Cargo.toml | |
parent | 24d9f192e45434448734e8fb03f589618ea7363f (diff) | |
download | aerogramme-3e3821682c0009acb9651799b961f41ed3027e61.tar.gz aerogramme-3e3821682c0009acb9651799b961f41ed3027e61.zip |
Move back to mainline mail-parser
- this removes the bug introduced in 0fe5fe071
- but adds some bugs where the body structure is not returned properly
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", rev = "db61a03" } +mail-parser = "0.4.8" pretty_env_logger = "0.4" rusoto_core = "0.48.0" rusoto_credential = "0.48.0" |