From afaaae261c44da9e5b040e74fd669b6d98806566 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 00:37:22 +0000 Subject: [PATCH] chore(deps): update rust crate tower-http to 0.6.0 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 67ba00f2..9a6ac483 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4258,9 +4258,9 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.5.2" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5" +checksum = "8437150ab6bbc8c5f0f519e3d5ed4aa883a83dd4cdd3d1b21f9482936046cb97" dependencies = [ "async-compression", "bitflags 2.6.0", @@ -4273,7 +4273,7 @@ dependencies = [ "pin-project-lite", "tokio", "tokio-util", - "tower 0.4.13", + "tower 0.5.0", "tower-layer", "tower-service", "tracing", diff --git a/Cargo.toml b/Cargo.toml index 86c2bcc3..5045b743 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -116,7 +116,7 @@ default-features = false features = ["util"] [workspace.dependencies.tower-http] -version = "0.5.2" +version = "0.6.0" default-features = false features = [ "add-extension",