From 06eb034e47e621b67cc884fa071561608d814edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 13:02:59 +0000 Subject: [PATCH] build(deps): update tonic-build requirement from 0.11.0 to 0.12.0 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.11.0) --- updated-dependencies: - dependency-name: tonic-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- grpc-testtool/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpc-testtool/Cargo.toml b/grpc-testtool/Cargo.toml index f7a22fe29..4130a27ec 100644 --- a/grpc-testtool/Cargo.toml +++ b/grpc-testtool/Cargo.toml @@ -31,7 +31,7 @@ serde_json = "1.0.113" serde = { version = "1.0.196", features = ["derive"] } [build-dependencies] -tonic-build = "0.11.0" +tonic-build = "0.12.0" [dev-dependencies] criterion = {version = "0.5.1", features = ["async_tokio"]}