From faa6281d78f56b15ad4cfc65ddad639b80b2670a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 05:24:50 +0000 Subject: [PATCH] Bump tower-http from 0.6.8 to 0.6.9 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.8 to 0.6.9. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.8...tower-http-0.6.9) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cdb785a1..088b6900 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5334,9 +5334,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.8" +version = "0.6.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" +checksum = "a28f0d049ccfaa566e14e9663d304d8577427b368cb4710a20528690287a738b" dependencies = [ "async-compression", "bitflags 2.11.0",