Update Rust crate tower-http to 0.7
CI / Detect changed paths (pull_request) Successful in 5s
CI / Odin unit tests and build (pull_request) Has been skipped
CI / API unit tests and lint (pull_request) Failing after 1m15s
CI / Infra unit tests, vet, and preview (pull_request) Successful in 6m7s

This commit is contained in:
2026-09-02 21:07:26 +00:00
parent 9e6cb03b8a
commit 79a651c033
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ tokio = { version = "1", features = ["macros", "rt-multi-thread", "signal"] }
serde = { version = "1", features = ["derive"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tower-http = { version = "0.6", features = ["cors", "trace"] }
tower-http = { version = "0.7", features = ["cors", "trace"] }
anyhow = "1"
[dev-dependencies]