From e69b4193b1b1e9ed212dc8615cae0956e8e30028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 04:39:37 +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 de79afeba..d367dd1af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ datafusion-proto = "30.0.0" object_store = "0.6.1" sqlparser = "0.36.1" tonic = { version = "0.9" } -tonic-build = { version = "0.9", default-features = false, features = [ +tonic-build = { version = "0.10", default-features = false, features = [ "transport", "prost" ] }