From fe05de5d401793cc9d2ad12e9a41e0303825fa45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 08:14:43 +0000 Subject: [PATCH] chore(deps): update arrow-flight requirement from 50.0.0 to 51.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/50.0.0...50.0.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 48e555bd55278..f844804f9fc8d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ version = "36.0.0" arrow = { version = "50.0.0", features = ["prettyprint"] } arrow-array = { version = "50.0.0", default-features = false, features = ["chrono-tz"] } arrow-buffer = { version = "50.0.0", default-features = false } -arrow-flight = { version = "50.0.0", features = ["flight-sql-experimental"] } +arrow-flight = { version = "51.0.0", features = ["flight-sql-experimental"] } arrow-ipc = { version = "50.0.0", default-features = false, features = ["lz4"] } arrow-ord = { version = "50.0.0", default-features = false } arrow-schema = { version = "50.0.0", default-features = false }