Skip to content

Commit

Permalink
chore(deps): bump tower-http from 0.5.2 to 0.6.0 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 57927d8 commit 7be1cc6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 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 crates/synd_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tokio = { workspace = true, features = ["macros", "rt-multi-thread"
tokio-metrics = { version = "0.3.1", default-features = false, features = ["rt"] }
tokio-util = { workspace = true }
tower = { version = "0.5.1", default-features = false, features = ["limit", "timeout"] }
tower-http = { version = "0.5.2", default-features = false, features = ["trace", "sensitive-headers", "cors", "limit"] }
tower-http = { version = "0.6.0", default-features = false, features = ["trace", "sensitive-headers", "cors", "limit"] }
tracing = { workspace = true }

[features]
Expand Down

0 comments on commit 7be1cc6

Please sign in to comment.