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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 26, 2023
1 parent 9439d48 commit 5584bac
Show file tree
Hide file tree
Showing 2 changed files with 68 additions and 16 deletions.
82 changes: 67 additions & 15 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 @@ -13,7 +13,7 @@ path = "version.rs"

[dependencies]
axum = "0.6.20"
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.30"
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "signal"] }
elegant-departure = { version = "0.2.1", features = ["tokio"] }
Expand Down

0 comments on commit 5584bac

Please sign in to comment.