From d522f0037cad93e2bb75d5d23d1e4c30f42635c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 21:46:30 +0100 Subject: [PATCH] Update tonic requirement from 0.10.1 to 0.11.0 in /bigtable_rs (#61) 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](https://github.com/hyperium/tonic/compare/v0.10.1...v0.11.0) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- bigtable_rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigtable_rs/Cargo.toml b/bigtable_rs/Cargo.toml index ccb3eb0..4f9a92f 100644 --- a/bigtable_rs/Cargo.toml +++ b/bigtable_rs/Cargo.toml @@ -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"