Skip to content

Commit

Permalink
fix(deps): update rust crate tower to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent 4f4ba97 commit 0020bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ google-rest-compute-v1 = ["rest"]

[dependencies]
tonic = { version = "0.12", features = ["tls"] }
tower = "0.4"
tower = "0.5"
tower-layer = "0.3"
tower-util = "0.3"
futures = "0.3"
Expand Down

0 comments on commit 0020bcf

Please sign in to comment.