Skip to content

Commit

Permalink
fix(deps): update rust crate tower-http to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 17, 2024
1 parent 16127b2 commit 97486a3
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 25 deletions.
80 changes: 56 additions & 24 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/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ tracing = "0.1.37"
anyhow = "1.0.82"
envy = "0.4.2"
serde = "1.0.198"
tower-http = { version = "0.4.0", features = ["trace"] }
tower-http = { version = "0.5.0", features = ["trace"] }
indexmap = "1.9.3"

0 comments on commit 97486a3

Please sign in to comment.