From 7e1c38a0bcc4bfac5f393eb2c22afbe4d265769e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 22:16:54 +0000 Subject: [PATCH] build(deps): bump mail-parser from 0.11.3 to 0.11.4 in the all group Bumps the all group with 1 update: [mail-parser](https://github.com/stalwartlabs/mail-parser). Updates `mail-parser` from 0.11.3 to 0.11.4 - [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/commits) --- updated-dependencies: - dependency-name: mail-parser dependency-version: 0.11.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b6eb9b..9531f29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3643,9 +3643,9 @@ dependencies = [ [[package]] name = "mail-parser" -version = "0.11.3" +version = "0.11.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8a2420e9ce11c2b0583ca97ddff7ab2398c8a613154e9b72e3bafdbf767f1d7" +checksum = "f2c0e7e0704500930be5b6c629f30d23fd1dde4d1800e138e04b3fa302e64d51" dependencies = [ "hashify", ]