From 22388cd299ac7c4ece762136db06745fece7f5e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Oct 2021 05:13:11 +0000 Subject: [PATCH] Update tonic requirement from 0.5.0 to 0.6.0 in /languages/rust 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.5.0...v0.6.0) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- languages/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/rust/Cargo.toml b/languages/rust/Cargo.toml index fe81b6c..05eac8d 100644 --- a/languages/rust/Cargo.toml +++ b/languages/rust/Cargo.toml @@ -30,7 +30,7 @@ server = [] [dependencies] prost = "0.8.0" -tonic = "0.5.0" +tonic = "0.6.0" [dev-dependencies] tokio = { version = "1.7.1", features = ["full"] }