Skip to content

Commit

Permalink
Update tonic requirement from 0.10.1 to 0.11.0 in /bigtable_rs (#61)
Browse files Browse the repository at this point in the history
Updates the requirements on [tonic](https://github.com/hyperium/tonic) to permit the latest version.
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.10.1...v0.11.0)

---
updated-dependencies:
- dependency-name: tonic
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 19, 2024
1 parent 140fb55 commit d522f00
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 @@ -15,7 +15,7 @@ readme = "../README.md"
# tonic, prost, and prost-types are need for build generated rs files
http = "0.2.11"
tokio = { version = "1.25.0", features = ["rt-multi-thread"] }
tonic = { version = "0.10.1", features = ["tls", "transport"] }
tonic = { version = "0.11.0", features = ["tls", "transport"] }
tower = { version = "0.4" }
prost = "0.12.2"
prost-types = "0.12.2"
Expand Down

0 comments on commit d522f00

Please sign in to comment.