From 46d3fa7cfd082db541e8976ff73e2f215ecf6d30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 15:06:03 +0000 Subject: [PATCH] Update tonic-build requirement from 0.8 to 0.9 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.8.0...v0.9.1) --- updated-dependencies: - dependency-name: tonic-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- proto-build/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto-build/Cargo.toml b/proto-build/Cargo.toml index 4b88b6c..be57563 100644 --- a/proto-build/Cargo.toml +++ b/proto-build/Cargo.toml @@ -10,6 +10,6 @@ publish = false prost = "0.11" prost-build = "0.11" tonic = "0.8" -tonic-build = "0.8" +tonic-build = "0.9" regex = "1" walkdir = "2.3"