Skip to content

Commit

Permalink
fix: depend on tower util feature (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
shikhar authored Oct 19, 2024
1 parent 497f2d2 commit 391dd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundation/gax/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tracing = "0.1"
tokio = { version = "1.32", features = ["macros"] }
tonic = { version = "0.12", default-features = false, features = ["prost", "tls-webpki-roots"] }
thiserror = "1.0"
tower = { version = "0.4", features = ["filter"] }
tower = { version = "0.4", features = ["filter", "util"] }
http = "1.1"
google-cloud-token = { version = "0.1.2", path = "../token" }
tokio-retry2 = "0.5.3"

0 comments on commit 391dd00

Please sign in to comment.