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 Oct 16, 2024
1 parent 7920e3d commit 9f33050
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 15 deletions.
36 changes: 25 additions & 11 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/common/common_service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ thiserror = "1"
thiserror-ext = { workspace = true }
tokio = { version = "0.2", package = "madsim-tokio", features = ["rt", "rt-multi-thread", "sync", "macros", "time", "signal"] }
tonic = { workspace = true }
tower = { version = "0.4", features = ["util", "load-shed"] }
tower = { version = "0.5", features = ["util", "load-shed"] }
tower-http = { version = "0.5", features = ["add-extension", "compression-gzip"] }
tracing = "0.1"

Expand Down
2 changes: 1 addition & 1 deletion src/compute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ tokio = { version = "0.2", package = "madsim-tokio", features = [
] }
tokio-stream = { workspace = true }
tonic = { workspace = true }
tower = { version = "0.4", features = ["util", "load-shed"] }
tower = { version = "0.5", features = ["util", "load-shed"] }
tracing = "0.1"
uuid = { version = "1.8.0", features = ["v4"] }

Expand Down
2 changes: 1 addition & 1 deletion src/meta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ tokio = { version = "0.2", package = "madsim-tokio", features = [
tokio-retry = "0.3"
tokio-stream = { workspace = true }
tonic = { workspace = true }
tower = { version = "0.4", features = ["util", "load-shed"] }
tower = { version = "0.5", features = ["util", "load-shed"] }
tracing = "0.1"
url = "2"
uuid = { version = "1", features = ["v4"] }
Expand Down
2 changes: 1 addition & 1 deletion src/rpc_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ tokio = { version = "0.2", package = "madsim-tokio", features = [
tokio-retry = "0.3"
tokio-stream = { workspace = true }
tonic = { workspace = true }
tower = "0.4"
tower = "0.5"
tracing = "0.1"
url = "2.5.0"

Expand Down

0 comments on commit 9f33050

Please sign in to comment.