From 180eb720c3dcd8cdbf8b3ef2c590fa46217a3ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 06:10:19 +0000 Subject: [PATCH] cargo(deps): bump tower-http from 0.6.9 to 0.6.10 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.9 to 0.6.10. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.9...tower-http-0.6.10) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.10 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 1b97f82..d38b0a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3834,9 +3834,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.9" +version = "0.6.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a28f0d049ccfaa566e14e9663d304d8577427b368cb4710a20528690287a738b" +checksum = "68d6fdd9f81c2819c9a8b0e0cd91660e7746a8e6ea2ba7c6b2b057985f6bcb51" dependencies = [ "async-compression", "bitflags", diff --git a/crates/rustmail/Cargo.toml b/crates/rustmail/Cargo.toml index 5840dc9..61140eb 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.9", features = ["compression-gzip", "compression-br"] } +tower-http = { version = "0.6.10", features = ["compression-gzip", "compression-br"] } strum = { version = "0.28.0", features = ["derive"] } [dependencies.uuid]