Skip to content

Commit a14d803

Browse files
Update Rust crate tower-http to v0.6.2 (#9994)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 33cb168 commit a14d803

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -116,7 +116,7 @@ tokio = { version = "=1.41.1", features = ["net", "signal", "io-std", "io-util",
116116
tokio-postgres = "=0.7.12"
117117
toml = "=0.8.19"
118118
tower = "=0.5.1"
119-
tower-http = { version = "=0.6.1", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] }
119+
tower-http = { version = "=0.6.2", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] }
120120
tracing = "=0.1.40"
121121
tracing-subscriber = { version = "=0.3.18", features = ["env-filter", "json"] }
122122
typomania = { version = "=0.1.2", default-features = false }

0 commit comments

Comments
 (0)