From dc8aa87fd6c09a21c5a0d84911dd44fd42ee0583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:37:39 +0000 Subject: [PATCH] Update tonic-build requirement from 0.10 to 0.11 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.0...v0.11.0) --- updated-dependencies: - dependency-name: tonic-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/proto-compiler/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/proto-compiler/Cargo.toml b/tools/proto-compiler/Cargo.toml index b0f8c69c..1ae145b3 100644 --- a/tools/proto-compiler/Cargo.toml +++ b/tools/proto-compiler/Cargo.toml @@ -12,6 +12,6 @@ prost-build = "0.12" walkdir = "2.3" argh = "0.1" tonic = "0.10" -tonic-build = "0.10" +tonic-build = "0.11" similar = "2.2" informalsystems-pbjson-build = "0.7.0"