From 2a99acea641b9436b28565071bc908c19ab20c1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 19:34:22 +0000 Subject: [PATCH] Update tonic requirement from 0.11.0 to 0.12.0 in /hello-grpc-rust Updates the requirements on [tonic](https://github.com/hyperium/tonic) to permit the latest version. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hello-grpc-rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello-grpc-rust/Cargo.toml b/hello-grpc-rust/Cargo.toml index 1f8f544..fa547e3 100644 --- a/hello-grpc-rust/Cargo.toml +++ b/hello-grpc-rust/Cargo.toml @@ -15,7 +15,7 @@ path = "src/landing/client.rs" [dependencies] #grpc https://lib.rs/crates/tonic -tonic = { version = "0.11.0", features = ["tls"] } +tonic = { version = "0.12.0", features = ["tls"] } #gRPC Codec https://lib.rs/crates/prost prost = "0.12.1" # https://lib.rs/crates/tokio