Skip to content

Commit f6db7d4

Browse files
Update Rust crate tower-http to v0.5.1 (#7935)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 969d8df commit f6db7d4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 3 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
@@ -114,7 +114,7 @@ thiserror = "=1.0.56"
114114
tokio = { version = "=1.35.1", features = ["net", "signal", "io-std", "io-util", "rt-multi-thread", "macros"]}
115115
toml = "=0.8.8"
116116
tower = "=0.4.13"
117-
tower-http = { version = "=0.5.0", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] }
117+
tower-http = { version = "=0.5.1", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] }
118118
tracing = "=0.1.40"
119119
tracing-subscriber = { version = "=0.3.18", features = ["env-filter"] }
120120
typomania = { version = "=0.1.2", default-features = false }

0 commit comments

Comments
 (0)