Skip to content

Commit

Permalink
Bump tower-http from 0.5.2 to 0.6.0 in /bundler
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 82bd1da commit 6d5daf9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions bundler/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 bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sqlx = { version = "0.8.2", features = [
tar = { version = "0.4.41" }
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
tower = { version = "0.4.13" }
tower-http = { version = "0.5.2", features = ["trace"] }
tower-http = { version = "0.6.0", features = ["trace"] }
tracing = { version = "0.1.40" }
tracing-opentelemetry = { version = "0.24.0" }
tracing-subscriber = { version = "0.3.18" }
Expand Down

0 comments on commit 6d5daf9

Please sign in to comment.