Update Rust crate tower-http to 0.7
CI / Detect changed paths (pull_request) Successful in 11s
CI / Odin unit tests and build (pull_request) Has been skipped
CI / API unit tests and lint (pull_request) Failing after 2m8s
CI / Infra unit tests, vet, and preview (pull_request) Failing after 22s

This commit was merged in pull request #5.
This commit is contained in:
2026-09-06 20:01:47 +00:00
parent a6cbc49401
commit e034565ea2
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -558,14 +558,15 @@ dependencies = [
[[package]]
name = "tower-http"
version = "0.6.11"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
checksum = "08a05a66a4fdd61cbbe0a1d755ffe0ca6aba159dd4820936a0ff8a8278245b9c"
dependencies = [
"bitflags",
"bytes",
"http",
"http-body",
"percent-encoding",
"pin-project-lite",
"tower-layer",
"tower-service",