Skip to content

Commit

Permalink
Bump tower from 0.4.13 to 0.5.0 in /bundler
Browse files Browse the repository at this point in the history
Bumps [tower](https://github.com/tower-rs/tower) from 0.4.13 to 0.5.0.
- [Release notes](https://github.com/tower-rs/tower/releases)
- [Commits](tower-rs/tower@tower-0.4.13...tower-0.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent c153b99 commit 2b820f2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
20 changes: 15 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 @@ -28,7 +28,7 @@ sqlx = { version = "0.8.0", features = [
] }
tar = { version = "0.4.41" }
tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread"] }
tower = { version = "0.4.13" }
tower = { version = "0.5.0" }
tower-http = { version = "0.5.2", features = ["trace"] }
tracing = { version = "0.1.40" }
tracing-opentelemetry = { version = "0.24.0" }
Expand Down

0 comments on commit 2b820f2

Please sign in to comment.