aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-07-20 12:27:49 +0200
committerAlex Auvolat <alex@adnab.me>2022-07-20 12:27:49 +0200
commit3e3821682c0009acb9651799b961f41ed3027e61 (patch)
tree62ecdb1c4db1c0e8e3059a6a8bc077dbe4866a36 /Cargo.lock
parent24d9f192e45434448734e8fb03f589618ea7363f (diff)
downloadaerogramme-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.lock')
-rw-r--r--Cargo.lock3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0724fb0..f54e742 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1366,7 +1366,8 @@ dependencies = [
[[package]]
name = "mail-parser"
version = "0.4.8"
-source = "git+https://github.com/superboum/mail-parser?rev=db61a03#db61a0364c00d3cf115f20c6d195bfa4594c53ff"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "c46a841ae5276aba5218ade7bb76896358f9f95a925c7b3deea6a0ec0fb8e2a7"
dependencies = [
"encoding_rs",
"serde",