Skip to content

Commit bedb9c8

Browse files
Update Rust crate tower-http to v0.6.3 (#11126)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 660f57c commit bedb9c8

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
@@ -127,7 +127,7 @@ tokio-postgres = "=0.7.13"
127127
tokio-util = "=0.7.15"
128128
toml = "=0.8.22"
129129
tower = "=0.5.2"
130-
tower-http = { version = "=0.6.2", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] }
130+
tower-http = { version = "=0.6.3", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] }
131131
tracing = "=0.1.41"
132132
tracing-subscriber = { version = "=0.3.19", features = ["env-filter", "json"] }
133133
typomania = { version = "=0.1.2", default-features = false }

0 commit comments

Comments
 (0)