Skip to content

Commit

Permalink
Bump tower-http from 0.5.2 to 0.6.1
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.1.
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](tower-rs/tower-http@tower-http-0.5.2...tower-http-0.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent 3843e8d commit f6e96b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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 crates/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ rustls.workspace = true
axum = { version = "0.7", features = ["ws", "original-uri"] }
axum-extra = {version = "0.9", features = ["typed-header"] }
axum-macros = { version = "0.4" }
tower-http = { version = "0.5", features = ["cors", "trace"] }
tower-http = { version = "0.6", features = ["cors", "trace"] }
tokio-stream = { version = "0.1" }
utoipa = { version = "4", features = ["uuid"] }
utoipa-rapidoc = { version = "4", features = ["axum"] }
Expand Down

0 comments on commit f6e96b1

Please sign in to comment.