From a63d14e27241bf3fe8a0ea0fba63fe90ed38a517 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Apr 2022 08:17:46 +0000 Subject: [PATCH] Update tonic requirement from 0.6 to 0.7 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.6.0...v0.7.1) --- updated-dependencies: - dependency-name: tonic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- arrow-flight/Cargo.toml | 2 +- integration-testing/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arrow-flight/Cargo.toml b/arrow-flight/Cargo.toml index 350e49b8a766..613c7d0613dd 100644 --- a/arrow-flight/Cargo.toml +++ b/arrow-flight/Cargo.toml @@ -29,7 +29,7 @@ license = "Apache-2.0" [dependencies] arrow = { path = "../arrow", version = "9.0.0" } base64 = "0.13" -tonic = "0.6" +tonic = "0.7" bytes = "1" prost = "0.9" prost-derive = "0.9" diff --git a/integration-testing/Cargo.toml b/integration-testing/Cargo.toml index 0196578e0dcb..ccde2eacba2f 100644 --- a/integration-testing/Cargo.toml +++ b/integration-testing/Cargo.toml @@ -42,5 +42,5 @@ serde = { version = "1.0", features = ["rc"] } serde_derive = "1.0" serde_json = { version = "1.0", features = ["preserve_order"] } tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread"] } -tonic = "0.6" +tonic = "0.7" tracing-subscriber = { version = "0.3.1", optional = true }