Skip to content

Commit 1080d99

Browse files
committed
Upgrade to tower-http 0.6
1 parent a1a45e1 commit 1080d99

File tree

2 files changed

+7
-24
lines changed

2 files changed

+7
-24
lines changed

ui/Cargo.lock

Lines changed: 6 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ strum = { version = "0.26.1", features = ["derive"] }
2929
tempfile = "3"
3030
tokio = { version = "1.9", features = ["macros", "time", "process", "rt-multi-thread"] }
3131
tokio-util = "0.7.9"
32-
tower-http = { version = "0.5", features = ["cors", "fs", "request-id", "set-header", "trace"] }
32+
tower-http = { version = "0.6", features = ["cors", "fs", "request-id", "set-header", "trace"] }
3333
tracing = { version = "0.1.37", features = ["attributes"] }
3434
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }

0 commit comments

Comments
 (0)