Skip to content

Commit

Permalink
[Cargo]: Bump tower-http from 0.4.4 to 0.5.0
Browse files Browse the repository at this point in the history
Bumps [tower-http](https://github.com/tower-rs/tower-http) from 0.4.4 to 0.5.0.
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](tower-rs/tower-http@tower-http-0.4.4...tower-http-0.5.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 Nov 27, 2023
1 parent db1e8ca commit 8955d5f
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 18 deletions.
86 changes: 69 additions & 17 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ path = "version.rs"
[dependencies]
axum = "0.6.20"
axum-extra = { version = "0.8.0", features = ["typed-routing"] }
tower-http = { version = "0.4.4", default-features = false, features = ["trace"] }
tower-http = { version = "0.5.0", default-features = false, features = ["trace"] }
futures = "0.3.29"
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "signal"] }
elegant-departure = { version = "0.2.1", features = ["tokio"] }
Expand Down

0 comments on commit 8955d5f

Please sign in to comment.