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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 5d01aee commit cffa612
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 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 src/tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ serde_path_to_error = "0.1.16"
strum = { version = "0.26.3", features = ["derive"] }
syn = { version = "2.0.72", default-features = false }
tokio = { version = "1.38.0", features = ["net", "rt", "signal"] }
tower = "0.4.13"
tower = "0.5.0"
tracing = "0.1.40"
typify = "0.1.0"
cna-util = { path = "../util" }
Expand Down

0 comments on commit cffa612

Please sign in to comment.