From 2f13ac0edd94ea0950af94e102298b78e2c4d8c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 16:26:07 +0000 Subject: [PATCH] Update Rust crate tower-http to v0.6.8 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f7135152d..1e54f03845 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6587,9 +6587,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 = [ "async-compression", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index 3af3ab003d..93ada313e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -139,7 +139,7 @@ tokio-postgres = "=0.7.15" tokio-util = "=0.7.17" toml = "=0.9.8" tower = "=0.5.2" -tower-http = { version = "=0.6.7", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] } +tower-http = { version = "=0.6.8", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] } tracing = "=0.1.43" tracing-subscriber = { version = "=0.3.22", features = ["env-filter", "json"] } typomania = { version = "=0.1.2", default-features = false }