From 67737fef024fb14508d6de86fb03ccd50691f94b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 15:10:23 +0200 Subject: [PATCH] Update mailparse requirement from 0.15 to 0.16 (#366) Updates the requirements on [mailparse](https://github.com/staktrace/mailparse) to permit the latest version. - [Commits](https://github.com/staktrace/mailparse/compare/v0.15.0...v0.16.0) --- updated-dependencies: - dependency-name: mailparse dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 60d527b3..1a21ba7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ io-extras = "0.18.0" # For DDS Security: serde-xml-rs = { version = "0.6" , optional = true } # for reading spec-mandated XML config files glob = { version = "0.3" , optional = true } # for reading spec-mandated XML config files -mailparse = { version = "0.15" , optional = true } # for reading S/MIME-encoded (XML) config files +mailparse = { version = "0.16" , optional = true } # for reading S/MIME-encoded (XML) config files x509-certificate = { version = "0.24" , optional = true } # for configuration certificates x509-cert = { version = "0.2" , optional = true } tempfile = { version = "3" , optional = true } # for calling external openssl command. Remove when no longer used.