Skip to content

Commit 751c3de

Browse files
chore(deps): update rust crate tower-http to 0.6.0
1 parent 5dcab18 commit 751c3de

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ http = "1.1.0"
1717
hyper = "1.3.1"
1818
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "signal"] }
1919
tower = "0.5.0"
20-
tower-http = { version = "0.5.2", features = ["compression-br", "compression-gzip", "cors"] }
20+
tower-http = { version = "0.6.0", features = ["compression-br", "compression-gzip", "cors"] }
2121
tracing = "0.1.40"
2222
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
2323
urlencoding = "2.1.3"

0 commit comments

Comments
 (0)