From 45969ce3a9dea7516242fe2189ce058024171502 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 01:14:00 +0000 Subject: [PATCH] cargo(deps): bump mail-auth from 0.10.0 to 0.11.0 Bumps [mail-auth](https://github.com/stalwartlabs/mail-auth) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/stalwartlabs/mail-auth/releases) - [Changelog](https://github.com/stalwartlabs/mail-auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/stalwartlabs/mail-auth/commits) --- updated-dependencies: - dependency-name: mail-auth dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 28 ++++++++++++++++++++++------ Cargo.toml | 2 +- 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d7714d..0754b90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1030,8 +1030,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" dependencies = [ "cfg-if", + "js-sys", "libc", "wasi", + "wasm-bindgen", ] [[package]] @@ -1053,11 +1055,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" dependencies = [ "cfg-if", + "js-sys", "libc", "r-efi 6.0.0", "rand_core 0.10.1", "wasip2", "wasip3", + "wasm-bindgen", ] [[package]] @@ -1646,12 +1650,14 @@ dependencies = [ [[package]] name = "mail-auth" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9e533fed1dd496906478a2ebf4700525da7579ef116f3e90812ca5832aedd158" +checksum = "ce2a3c0ef3c8f70fc3a2ce043453605b4d5e9501f5ff2318aac92ab8d59fb78b" dependencies = [ "aws-lc-rs", "flate2", + "getrandom 0.2.17", + "getrandom 0.4.2", "hashify", "hickory-resolver", "mail-builder", @@ -1660,6 +1666,7 @@ dependencies = [ "rustls-pki-types", "serde", "serde_json", + "similar", "zip", ] @@ -2172,9 +2179,9 @@ checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac" [[package]] name = "quick-xml" -version = "0.40.1" +version = "0.41.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2474bd2e5029e7ccb6abb2ba48cf2383a333851dedf495901544281590c7da7f" +checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1" dependencies = [ "memchr", ] @@ -2478,9 +2485,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.14.1" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9" +checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046" dependencies = [ "zeroize", ] @@ -2800,6 +2807,15 @@ version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" +[[package]] +name = "similar" +version = "3.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e6505efef05804732ed8a3f2d4f279429eb485bd69d5b0cc6b19cc02005cda16" +dependencies = [ + "bstr", +] + [[package]] name = "siphasher" version = "1.0.2" diff --git a/Cargo.toml b/Cargo.toml index 3f328da..f8d05cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ uuid = { version = "1", features = ["v4"] } html2text = "0.17" rsa = { version = "0.9", features = ["pem"] } base64 = "0.22" -mail-auth = "0.10" +mail-auth = "0.11" mime_guess = "2" rmcp = { version = "1.7.0", features = ["server", "transport-io"] } tokio = { version = "1.52.3", features = ["rt-multi-thread", "macros", "io-util", "io-std", "net", "time", "sync", "signal"] }