From 52ed447e7b1dd46e13ab2af8ffd07608bf2cce11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 19:34:15 +0000 Subject: [PATCH] Update tonic-build requirement from 0.11.0 to 0.12.0 in /hello-grpc-rust Updates the requirements on [tonic-build](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-build 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..f3984d8 100644 --- a/hello-grpc-rust/Cargo.toml +++ b/hello-grpc-rust/Cargo.toml @@ -51,4 +51,4 @@ once_cell = "1.18.0" [build-dependencies] #https://lib.rs/crates/tonic-build -tonic-build = "0.11.0" +tonic-build = "0.12.0"