Skip to content

Commit

Permalink
Bump tower from 0.4.13 to 0.5.1
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.1.
- [Release notes](https://github.com/tower-rs/tower/releases)
- [Commits](tower-rs/tower@tower-0.4.13...tower-0.5.1)

---
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 Oct 3, 2024
1 parent 7740f86 commit 724b325
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 9 deletions.
27 changes: 21 additions & 6 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 integration/ducks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ tonic = { version = "0.9", default-features = false, features = [
"transport",
"prost",
] }
tower = { version = "0.4", default-features = false, features = [
tower = { version = "0.5", default-features = false, features = [
"timeout",
"limit",
"load-shed",
Expand Down
2 changes: 1 addition & 1 deletion integration/sheepdog/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tonic = { version = "0.9", default-features = false, features = [
"transport",
"prost",
] }
tower = { version = "0.4", default-features = false, features = [
tower = { version = "0.5", default-features = false, features = [
"timeout",
"limit",
"load-shed",
Expand Down
2 changes: 1 addition & 1 deletion lading/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ tokio = { workspace = true, features = [
tokio-stream = { version = "0.1", features = ["io-util"] }
tokio-util = { version = "0.7", features = ["io"] }
tonic = { version = "0.9" }
tower = { version = "0.4", default-features = false, features = [
tower = { version = "0.5", default-features = false, features = [
"timeout",
"limit",
"load-shed",
Expand Down

0 comments on commit 724b325

Please sign in to comment.