From 74874a1e731416308c4b8f56722bbe807bcff46a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 20:53:26 +0000 Subject: [PATCH] Update tonic-build requirement from 0.9 to 0.10 Updates the requirements on [tonic-build](https://github.com/hyperium/tonic) to permit the latest version. - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/tonic/compare/v0.9.0...v0.9.2) --- updated-dependencies: - dependency-name: tonic-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f8e46de5e..2fc4ae8f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ datafusion-proto = "31.0.0" object_store = "0.7.0" sqlparser = "0.37.0" tonic = { version = "0.9" } -tonic-build = { version = "0.9", default-features = false, features = [ +tonic-build = { version = "0.10", default-features = false, features = [ "transport", "prost" ] }