Skip to content

Commit

Permalink
chore(deps): bump tower from 0.4.13 to 0.5.0
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 21, 2024
1 parent 8805171 commit c011a6b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
18 changes: 14 additions & 4 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 @@ -61,7 +61,7 @@ sqlbuilder = { path = "sqlbuilder" }
thiserror = { version = "1.0.63" }
tokio = { version = "1.39.3", features = ["full"] }
tokio-stream = { version = "0.1.15" }
tower = { version = "0.4.13" }
tower = { version = "0.5.0" }
tower-http = { version = "0.5.2", features = [
"trace",
"timeout",
Expand Down

0 comments on commit c011a6b

Please sign in to comment.