Skip to content

Commit

Permalink
Update Rust crate tower to v0.5.2 (#10184)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent ca9dc2d commit a6b2c2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ tokio = { version = "=1.42.0", features = ["net", "signal", "io-std", "io-util",
tokio-postgres = "=0.7.12"
tokio-util = "=0.7.13"
toml = "=0.8.19"
tower = "=0.5.1"
tower = "=0.5.2"
tower-http = { version = "=0.6.2", features = ["add-extension", "fs", "catch-panic", "timeout", "compression-full"] }
tracing = "=0.1.41"
tracing-subscriber = { version = "=0.3.19", features = ["env-filter", "json"] }
Expand Down

0 comments on commit a6b2c2e

Please sign in to comment.