From 71f4c4d6e5a48077af2b202db3e26cfb1f6e2d96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Feb 2024 04:56:58 +0000 Subject: [PATCH] Update tonic-build requirement from 0.10.2 to 0.11.0 Updates the requirements on [tonic-build](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.2...v0.11.0) --- updated-dependencies: - dependency-name: tonic-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 86cd7fe..727c65d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ futures-util = { version = "0.3.17", default-features = false } tokio = { version = "1.12.0", features = ["rt-multi-thread", "macros", "time"] } [build-dependencies] -tonic-build = "0.10.2" +tonic-build = "0.11.0"