Skip to content

Commit

Permalink
fix(deps): update rust crate tower-http to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 1, 2024
1 parent 4a866b8 commit fbe13e7
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 22 deletions.
58 changes: 37 additions & 21 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 server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ serde_yaml = "0.9.31"
sqlx = { version = "0.7.3", features = ["postgres", "runtime-tokio", "tls-native-tls"] }
tokio = { version = "1.35.1", features = ["full"] }
tower = { version = "0.4.13", features = ["tracing"] }
tower-http = { version = "0.4.4", features = ["auth", "cors", "httpdate", "trace", "catch-panic", "limit"] }
tower-http = { version = "0.5.1", features = ["auth", "cors", "httpdate", "trace", "catch-panic", "limit"] }
tower-layer = "0.3.2"
tracing = "0.1.40"
tracing-log = "0.2.0"
Expand Down

0 comments on commit fbe13e7

Please sign in to comment.