diff options
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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", ] |