From 80d5d1e6c00e5f1f5a1698670d0a12cdd16d9ef6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 07:32:20 +0000 Subject: [PATCH] Update tonic requirement from 0.3.1 to 0.4.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.3.1...v0.4.0) 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 ce5060f..558c7cc 100644 --- a/languages/rust/Cargo.toml +++ b/languages/rust/Cargo.toml @@ -30,7 +30,7 @@ server = [] [dependencies] prost = "0.6.1" -tonic = "0.3.1" +tonic = "0.4.0" [dev-dependencies] tokio = { version = "0.3.0", features = ["full"] }