diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-03-09 10:23:40 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-03-09 10:23:40 +0100 |
commit | 61fdfbe8790c666956bc83e0f078634a4a66ab79 (patch) | |
tree | 005d7826a8166ee3dbc76f6a4ffb167a72017784 /Cargo.toml | |
parent | f4f7f5a24f5eb708b409a12429425d48585a053b (diff) | |
download | aerogramme-61fdfbe8790c666956bc83e0f078634a4a66ab79.tar.gz aerogramme-61fdfbe8790c666956bc83e0f078634a4a66ab79.zip |
upgrade mail parser
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 = "0.8" +mail-parser = "0.8.2" rusoto_core = "0.48.0" rusoto_credential = "0.48.0" rusoto_s3 = "0.48" |