chore(deps): update rust crate tower-http to 0.7
All checks were successful
renovate/stability-days Updates have met minimum release age requirement

This commit is contained in:
Rasensprenger 2026-08-06 00:04:57 +02:00
commit dee9ea9ca6
2 changed files with 21 additions and 5 deletions

View file

@ -1314,7 +1314,7 @@ dependencies = [
"thiserror 2.0.19",
"tokio",
"toml",
"tower-http",
"tower-http 0.7.0",
"tracing",
"tracing-subscriber",
"uuid",
@ -1968,7 +1968,7 @@ dependencies = [
"tokio",
"tokio-rustls",
"tower",
"tower-http",
"tower-http 0.6.11",
"tower-service",
"url",
"wasm-bindgen",
@ -2709,6 +2709,24 @@ name = "tower-http"
version = "0.6.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
dependencies = [
"bitflags",
"bytes",
"futures-util",
"http",
"http-body",
"pin-project-lite",
"tower",
"tower-layer",
"tower-service",
"url",
]
[[package]]
name = "tower-http"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233"
dependencies = [
"bitflags",
"bytes",
@ -2725,11 +2743,9 @@ dependencies = [
"pin-project-lite",
"tokio",
"tokio-util",
"tower",
"tower-layer",
"tower-service",
"tracing",
"url",
]
[[package]]