From f61543e95ab9df4ccbe15dfab4fc825454df83bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 07:33:26 +0000 Subject: [PATCH] Update tonic-build requirement from 0.3.1 to 0.4.0 in /languages/rust 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.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..f33cf06 100644 --- a/languages/rust/Cargo.toml +++ b/languages/rust/Cargo.toml @@ -37,4 +37,4 @@ tokio = { version = "0.3.0", features = ["full"] } tokio-compat-02 = "0.2.0" [build-dependencies] -tonic-build = "0.3.1" +tonic-build = "0.4.0"