From 9267d0e6e43415388e6a9ed09915f7809b5f089b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 12:17:45 +0000 Subject: [PATCH] Update tonic requirement from 0.6 to 0.8 Updates the requirements on [tonic](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.8.0) --- updated-dependencies: - dependency-name: tonic 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..88f01896c 100644 --- a/chain-network/Cargo.toml +++ b/chain-network/Cargo.toml @@ -16,7 +16,7 @@ rand_core = "0.6" thiserror = "1.0" [dependencies.tonic] -version = "0.6" +version = "0.8" default-features = false features = ["codegen", "prost"]