diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-07 16:30:53 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-07-07 16:30:53 +0200 |
commit | e10d3987e2d84ef8499bb41910e129db2a9c2b9a (patch) | |
tree | 7d5a5325445a4d57f0a44bb5c5f89e298ac42812 /Cargo.toml | |
parent | 0030a4d8b7c09b45ea7320236d8755792c7ba35b (diff) | |
download | aerogramme-e10d3987e2d84ef8499bb41910e129db2a9c2b9a.tar.gz aerogramme-e10d3987e2d84ef8499bb41910e129db2a9c2b9a.zip |
Correctly count lines + bytes
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = { git = "https://github.com/superboum/mail-parser", branch = "feature/last_part_offset" } +mail-parser = { git = "https://github.com/superboum/mail-parser", branch = "feature/no_decode" } pretty_env_logger = "0.4" rusoto_core = "0.48.0" rusoto_credential = "0.48.0" |