Skip to content

Commit

Permalink
build(deps): bump tower-http from 0.5.2 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.5.2 to 0.6.0.
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](tower-rs/tower-http@tower-http-0.5.2...tower-http-0.6.0)

---
updated-dependencies:
- dependency-name: tower-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent e2fc3fa commit 436df73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 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 handlers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ databases = { path = "../databases" }
parsing = { path = "../parsing" }
axum = "0.7.4"
serde = { version = "1.0.210", features = ["derive"] }
tower-http = { version = "0.5.1", features = ["cors"] }
tower-http = { version = "0.6.0", features = ["cors"] }
tracing = "0.1.40"
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ axum = { version = "0.7.4", features = ["http2", "tracing"] }
chrono = "0.4.32"
clap = { version = "4.5", features = ["derive"] }
tokio = { version = "1.40.0", features = ["full"] }
tower-http = { version = "0.5.1", features = ["cors", "trace"] }
tower-http = { version = "0.6.0", features = ["cors", "trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["json"] }
opentelemetry-appender-tracing = "0.5.0"
Expand Down

0 comments on commit 436df73

Please sign in to comment.