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.lock | |
parent | 0030a4d8b7c09b45ea7320236d8755792c7ba35b (diff) | |
download | aerogramme-e10d3987e2d84ef8499bb41910e129db2a9c2b9a.tar.gz aerogramme-e10d3987e2d84ef8499bb41910e129db2a9c2b9a.zip |
Correctly count lines + bytes
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1335,7 +1335,7 @@ dependencies = [ [[package]] name = "mail-parser" version = "0.4.8" -source = "git+https://github.com/superboum/mail-parser?branch=feature/last_part_offset#c227527d2613d33ea1342f85c635134134222736" +source = "git+https://github.com/superboum/mail-parser?branch=feature/no_decode#0fe5fe071f25016d9c1232eb452c0c4bbfa8a445" dependencies = [ "encoding_rs", "serde", |