From dcc3e1da1423a7a2ac1609ccba8a818503ae3a15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 17:27:46 +0000 Subject: [PATCH] fix(deps): update rust crate tower-http to 0.6 --- Cargo.lock | 2 +- crates/devtools-core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5afda488..e8b19954 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -696,7 +696,7 @@ dependencies = [ "tonic-health", "tonic-web", "tower 0.4.13", - "tower-http 0.4.4", + "tower-http 0.6.8", "tower-layer", "tracing", "tracing-core", diff --git a/crates/devtools-core/Cargo.toml b/crates/devtools-core/Cargo.toml index b55c853e..d917d947 100644 --- a/crates/devtools-core/Cargo.toml +++ b/crates/devtools-core/Cargo.toml @@ -22,7 +22,7 @@ prost-types.workspace = true tonic.workspace = true tonic-web = "0.10" tonic-health = "0.10" -tower-http = "0.4" +tower-http = "0.6" tower-layer = "0.3" futures = "0.3.30" bytes = "1.7.1"