Skip to content

Commit

Permalink
chore: update tower 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
liufuyang committed Sep 10, 2024
1 parent 260f889 commit b38fe8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigtable_rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ http = "1.1.0"
hyper-util = { version = "0.1.7", features = ["tokio"] }
tokio = { version = "1.25.0", features = ["rt-multi-thread"] }
tonic = { version = "0.12.2", features = ["tls", "transport"] }
tower = { version = "0.4" }
tower = { version = "0.5.1", features = ["util"] }
prost = "0.13.1"
prost-types = "0.13.1"
prost-wkt = { version = "0.6.0" }
Expand Down

0 comments on commit b38fe8e

Please sign in to comment.