aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-03-09 10:23:40 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-03-09 10:23:40 +0100
commit61fdfbe8790c666956bc83e0f078634a4a66ab79 (patch)
tree005d7826a8166ee3dbc76f6a4ffb167a72017784
parentf4f7f5a24f5eb708b409a12429425d48585a053b (diff)
downloadaerogramme-61fdfbe8790c666956bc83e0f078634a4a66ab79.tar.gz
aerogramme-61fdfbe8790c666956bc83e0f078634a4a66ab79.zip
upgrade mail parser
-rw-r--r--Cargo.lock6
-rw-r--r--Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index f0d6d1d..9f653ed 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -51,7 +51,7 @@ dependencies = [
"mail-parser 0.4.8 (git+https://github.com/superboum/mail-parser?branch=feature/no_decode)",
"mail-parser 0.4.8 (git+https://github.com/superboum/mail-parser?rev=db61a03)",
"mail-parser 0.5.0",
- "mail-parser 0.8.0",
+ "mail-parser 0.8.2",
"rand",
"rmp-serde",
"rpassword",
@@ -1363,9 +1363,9 @@ dependencies = [
[[package]]
name = "mail-parser"
-version = "0.8.0"
+version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "80f330933d5287bcc21be7286850b353f22e7d66fa35d1c545ab030fd934b386"
+checksum = "e4158a1c18963244e083888b21465846dfb68d6170850ed1ab4742edd57c9d47"
dependencies = [
"encoding_rs",
]
diff --git a/Cargo.toml b/Cargo.toml
index 7dcbded..2ad8fc1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"