From c839fbf58ec6dd4cefbf2b1ae72713812bf7bcba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 12:19:45 +0000 Subject: [PATCH] Update tonic-build requirement from 0.6 to 0.7 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.6.0...v0.6.2) --- updated-dependencies: - dependency-name: tonic-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chain-network/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chain-network/Cargo.toml b/chain-network/Cargo.toml index 2f93a4ac6..518f4848f 100644 --- a/chain-network/Cargo.toml +++ b/chain-network/Cargo.toml @@ -24,7 +24,7 @@ features = ["codegen", "prost"] rand = "0.8" [build-dependencies.tonic-build] -version = "0.6" +version = "0.7" default-features = false features = ["prost"]