Skip to content

Commit

Permalink
build(deps): update tower requirement from 0.4 to 0.5
Browse files Browse the repository at this point in the history
Updates the requirements on [tower](https://github.com/tower-rs/tower) to permit the latest version.
- [Release notes](https://github.com/tower-rs/tower/releases)
- [Commits](tower-rs/tower@tower-0.4.0...tower-0.5.1)

---
updated-dependencies:
- dependency-name: tower
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2024
1 parent be48598 commit 1b75f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubert/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ tokio-util = { version = "0.7", optional = true, default-features = false }
tower-http = { version = "0.4.0", optional = true, default-features = false, features = [
"map-response-body",
] }
tower = { version = "0.4", default-features = false, optional = true }
tower = { version = "0.5", default-features = false, optional = true }
tracing = { version = "0.1.31", optional = true }

[dependencies.clap]
Expand Down

0 comments on commit 1b75f2d

Please sign in to comment.