From 6c6c1170e61b1e2323cfc9f9181b1ae2df771a96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 02:27:35 +0000 Subject: [PATCH] Update arrow-flight requirement from 52.2.0 to 53.0.0 Updates the requirements on [arrow-flight](https://github.com/apache/arrow-rs) to permit the latest version. - [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/compare/52.2.0...52.2.0) --- updated-dependencies: - dependency-name: arrow-flight 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 877cead93673..fd171ddd120d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ arrow-array = { version = "52.2.0", default-features = false, features = [ "chrono-tz", ] } arrow-buffer = { version = "52.2.0", default-features = false } -arrow-flight = { version = "52.2.0", features = [ +arrow-flight = { version = "53.0.0", features = [ "flight-sql-experimental", ] } arrow-ipc = { version = "52.2.0", default-features = false, features = [