From c808b24e6fddd1d0762f985a3da9c488c6d582a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 15:05:49 +0000 Subject: [PATCH] Update tonic requirement from 0.8 to 0.9 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.8.0...v0.9.1) --- updated-dependencies: - dependency-name: tonic 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..5604f2d 100644 --- a/proto-build/Cargo.toml +++ b/proto-build/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] prost = "0.11" prost-build = "0.11" -tonic = "0.8" +tonic = "0.9" tonic-build = "0.8" regex = "1" walkdir = "2.3"