From 01a3c98d4d2d90d3b9fc0c28e6a88218714168bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 18:42:20 +0000 Subject: [PATCH] cargo(deps): bump tower-http from 0.6.10 to 0.6.11 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.10 to 0.6.11. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.10...tower-http-0.6.11) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/rustmail/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 56a62b3..2885322 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3834,9 +3834,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.10" +version = "0.6.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68d6fdd9f81c2819c9a8b0e0cd91660e7746a8e6ea2ba7c6b2b057985f6bcb51" +checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" dependencies = [ "async-compression", "bitflags", diff --git a/crates/rustmail/Cargo.toml b/crates/rustmail/Cargo.toml index 8a22656..1af6991 100644 --- a/crates/rustmail/Cargo.toml +++ b/crates/rustmail/Cargo.toml @@ -29,7 +29,7 @@ sha2 = "0.11.0" hex = "0.4.3" base64 = "0.22" moka = { version = "0.12.15", features = ["future"] } -tower-http = { version = "0.6.10", features = ["compression-gzip", "compression-br"] } +tower-http = { version = "0.6.11", features = ["compression-gzip", "compression-br"] } strum = { version = "0.28.0", features = ["derive"] } [dependencies.uuid]