Skip to content

Commit

Permalink
Bump tower
Browse files Browse the repository at this point in the history
  • Loading branch information
Serock3 committed Oct 2, 2024
1 parent 62a1bb1 commit 16e2466
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 26 deletions.
45 changes: 32 additions & 13 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 @@ -71,7 +71,7 @@ futures = "0.3.15"
# Tonic and related crates
tonic = "0.12.3"
tonic-build = { version = "0.10.0", default-features = false }
tower = "0.4"
tower = { version = "0.5.1", features = ["util"] }
prost = "0.13.3"
prost-types = "0.13.3"
hyper-util = {version = "0.1.8", features = ["client", "client-legacy", "http2"]}
Expand Down
42 changes: 31 additions & 11 deletions test/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 test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ tokio-serde = { version = "0.8.0", features = ["json"] }
# Tonic and related crates
tonic = "0.12.3"
tonic-build = { version = "0.10.0", default-features = false }
tower = "0.4"
tower = "0.5.1"
prost = "0.13.3"
prost-types = "0.13.3"
tarpc = { version = "0.30", features = ["tokio1", "serde-transport", "serde1"] }
Expand Down

0 comments on commit 16e2466

Please sign in to comment.