From 20a1eacfa7aaa6f5965bfa76822544226bb90601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 00:59:11 +0000 Subject: [PATCH] chore(deps,cargo): update arrow requirement from 53.3 to 54.0 Updates the requirements on [arrow](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 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..4b774f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ readme = "README.md" repository = "https://github.com/datafusion-contrib/datafusion-federation" [workspace.dependencies] -arrow = "53.3" +arrow = "54.0" arrow-flight = { version = "53.3", features = ["flight-sql-experimental"] } arrow-json = "53.3" async-stream = "0.3.5"