From fbea6d72b3bfc940d617be0c96ecfa0eab74c45c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 05:34:18 +0000 Subject: [PATCH] Update tonic-build requirement from 0.6 to 0.8 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.6.0...v0.8.0) --- updated-dependencies: - dependency-name: tonic-build dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ballista/rust/core/Cargo.toml | 2 +- ballista/rust/scheduler/Cargo.toml | 2 +- datafusion/proto/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ballista/rust/core/Cargo.toml b/ballista/rust/core/Cargo.toml index 800ed53be0db..899b2f80f889 100644 --- a/ballista/rust/core/Cargo.toml +++ b/ballista/rust/core/Cargo.toml @@ -58,4 +58,4 @@ uuid = { version = "0.8", features = ["v4"] } tempfile = "3" [build-dependencies] -tonic-build = { version = "0.6" } +tonic-build = { version = "0.8" } diff --git a/ballista/rust/scheduler/Cargo.toml b/ballista/rust/scheduler/Cargo.toml index 25465adf53e5..7de22e740591 100644 --- a/ballista/rust/scheduler/Cargo.toml +++ b/ballista/rust/scheduler/Cargo.toml @@ -66,4 +66,4 @@ uuid = { version = "0.8", features = ["v4"] } [build-dependencies] configure_me_codegen = "0.4.1" -tonic-build = { version = "0.6" } +tonic-build = { version = "0.8" } diff --git a/datafusion/proto/Cargo.toml b/datafusion/proto/Cargo.toml index 5b1cdae72cb2..278df4ba48fa 100644 --- a/datafusion/proto/Cargo.toml +++ b/datafusion/proto/Cargo.toml @@ -39,4 +39,4 @@ datafusion = { path = "../core", version = "7.0.0" } prost = "0.9" [build-dependencies] -tonic-build = { version = "0.6" } +tonic-build = { version = "0.8" }