From 0d32113dbdca00920ff4489abe2137426ec08967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 09:44:32 +0000 Subject: [PATCH] Bump mail-parser from 0.8.2 to 0.9.1 in /native/mail_parser_nif Bumps [mail-parser](https://github.com/stalwartlabs/mail-parser) from 0.8.2 to 0.9.1. - [Release notes](https://github.com/stalwartlabs/mail-parser/releases) - [Changelog](https://github.com/stalwartlabs/mail-parser/blob/main/CHANGELOG.md) - [Commits](https://github.com/stalwartlabs/mail-parser/compare/0.8.2...v0.9.1) --- updated-dependencies: - dependency-name: mail-parser dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- native/mail_parser_nif/Cargo.lock | 4 ++-- native/mail_parser_nif/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/native/mail_parser_nif/Cargo.lock b/native/mail_parser_nif/Cargo.lock index 111539c..bb65a5b 100644 --- a/native/mail_parser_nif/Cargo.lock +++ b/native/mail_parser_nif/Cargo.lock @@ -25,9 +25,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "mail-parser" -version = "0.8.2" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4158a1c18963244e083888b21465846dfb68d6170850ed1ab4742edd57c9d47" +checksum = "0e51d275d90a41584d12ea25fc4a7d7d00236a4718308b994ed13a7ff90a6985" [[package]] name = "mail_parser_nif" diff --git a/native/mail_parser_nif/Cargo.toml b/native/mail_parser_nif/Cargo.toml index 938cff3..daa382c 100644 --- a/native/mail_parser_nif/Cargo.toml +++ b/native/mail_parser_nif/Cargo.toml @@ -12,7 +12,7 @@ path = "src/lib.rs" crate-type = ["cdylib"] [dependencies] -mail-parser = { version = "0.8.2", default-features = false } +mail-parser = { version = "0.9.1", default-features = false } rustler = "0.29.1" [profile.release]