From f14dd8da501338ee67ae981581ef4e05539a78af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 17:22:13 +0000 Subject: [PATCH] build(deps): bump tower-http from 0.6.7 to 0.6.8 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.7 to 0.6.8. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.7...tower-http-0.6.8) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.8 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 76f0364..a8461ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3495,9 +3495,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.7" +version = "0.6.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cf146f99d442e8e68e585f5d798ccd3cad9a7835b917e09728880a862706456" +checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" dependencies = [ "base64", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 96622d7..c49a5d1 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.7", features = ["cors"] } +tower-http = { version = "0.6.8", features = ["cors"] } tracing = "0.1.43" tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } url = "2.5.4"