build(deps): bump tower-http from 0.6.4 to 0.6.6 (#4631)

This commit is contained in:
Quentin Gliech
2025-06-05 15:09:55 +02:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

5
Cargo.lock generated
View File

@@ -6538,12 +6538,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