Skip to content

Commit 604804e

Browse files
Update Rust crate tower to v0.5.2
1 parent c758f8c commit 604804e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 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
@@ -118,7 +118,7 @@ tokio = { version = "=1.42.0", features = ["net", "signal", "io-std", "io-util",
118118
tokio-postgres = "=0.7.12"
119119
tokio-util = "=0.7.13"
120120
toml = "=0.8.19"
121-
tower = "=0.5.1"
121+
tower = "=0.5.2"
122122
tower-http = { version = "=0.6.2", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] }
123123
tracing = "=0.1.41"
124124
tracing-subscriber = { version = "=0.3.19", features = ["env-filter", "json"] }

0 commit comments

Comments
 (0)