From c4a6cfc29976d658e3aeebaf7572d1ce96022429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 00:59:16 +0000 Subject: [PATCH] chore(deps,cargo): update arrow-flight requirement from 53.3 to 54.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/53.4.0/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/53.3.0...53.4.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 e1ff84c..bfbc371 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ repository = "https://github.com/datafusion-contrib/datafusion-federation" [workspace.dependencies] arrow = "53.3" -arrow-flight = { version = "53.3", features = ["flight-sql-experimental"] } +arrow-flight = { version = "54.0", features = ["flight-sql-experimental"] } arrow-json = "53.3" async-stream = "0.3.5" async-trait = "0.1.83"