Skip to content

Commit

Permalink
fix(deps): update rust crate tower-http to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2025
1 parent 92b05fc commit c3d6639
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 26 deletions.
62 changes: 37 additions & 25 deletions server/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 server/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ tokio = { version = "1.43.0", features = ["rt-multi-thread"] }
tonic = { version = "0.9.2", features = ["gzip"] }
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
tracing = "0.1.41"
tower-http = { version = "0.4.4", features = ["trace"] }
tower-http = { version = "0.6.0", features = ["trace"] }

0 comments on commit c3d6639

Please sign in to comment.