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] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-06-04 13:17:44 +00:00
committed by GitHub
parent 7c21c4d15a
commit 5f684ea482
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@@ -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",

View File

@@ -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