From 5f684ea48208c0beb6dd1fa17aea26f31090b8b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jun 2025 13:17:44 +0000 Subject: [PATCH] build(deps): bump tower-http from 0.6.4 to 0.6.6 Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.6.4 to 0.6.6. - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.6.4...tower-http-0.6.6) --- updated-dependencies: - dependency-name: tower-http dependency-version: 0.6.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4222007d9..e636cb967 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6537,12 +6537,13 @@ dependencies = [ [[package]] name = "tower-http" -version = "0.6.4" +version = "0.6.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fdb0c213ca27a9f57ab69ddb290fd80d970922355b83ae380b395d3986b8a2e" +checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" dependencies = [ "bitflags", "bytes", + "futures-core", "futures-util", "http", "http-body", diff --git a/Cargo.toml b/Cargo.toml index a0b9b79d2..84d41c163 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -397,7 +397,7 @@ version = "0.3.3" # Tower HTTP layers [workspace.dependencies.tower-http] -version = "0.6.4" +version = "0.6.6" features = ["cors", "fs", "add-extension", "set-header"] # Logging and tracing