From 56e30433ca668625a9b12437937d23055ba28382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 07:05:28 +0000 Subject: [PATCH] Update arrow-flight requirement from 26.0.0 to 27.0.0 Updates the requirements on [arrow-flight](https://github.com/apache/arrow-rs) to permit the latest version. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/compare/26.0.0...26.0.0) --- updated-dependencies: - dependency-name: arrow-flight dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- datafusion-examples/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datafusion-examples/Cargo.toml b/datafusion-examples/Cargo.toml index 33cf9dd95928..b131343a9262 100644 --- a/datafusion-examples/Cargo.toml +++ b/datafusion-examples/Cargo.toml @@ -35,7 +35,7 @@ required-features = ["datafusion/avro"] [dev-dependencies] arrow = "26.0.0" -arrow-flight = "26.0.0" +arrow-flight = "27.0.0" async-trait = "0.1.41" datafusion = { path = "../datafusion/core" } datafusion-common = { path = "../datafusion/common" }