From 1eb7452558e268d4d2720ba268356b8aeb10f204 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 18:58:31 +0000 Subject: [PATCH] build(deps): bump tower-http from 0.6.6 to 0.6.7 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.6 to 0.6.7. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.6...tower-http-0.6.7) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dca7d20..aae6a00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3473,9 +3473,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.6" +version = "0.6.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" +checksum = "9cf146f99d442e8e68e585f5d798ccd3cad9a7835b917e09728880a862706456" dependencies = [ "base64", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 7a21f22..f70dcb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ tempfile = "3.23.0" thiserror = "2.0.17" tokio = { version = "1.48.0", features = ["full"] } tokio-stream = "0.1.17" -tower-http = { version = "0.6.6", features = ["cors"] } +tower-http = { version = "0.6.7", features = ["cors"] } tracing = "0.1.41" tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } url = "2.5.4"