From f0725c9b571e923ad82f619ec71d712252c80d84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 02:39:28 +0000 Subject: [PATCH] chore(deps): update arrow-array requirement from 53.1.0 to 54.0.0 Updates the requirements on [arrow-array](https://github.com/apache/arrow-rs) to permit the latest version. - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](https://github.com/apache/arrow-rs/compare/53.1.0...53.3.0) --- updated-dependencies: - dependency-name: arrow-array 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 e3066ff2..fdc5087a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ rust-version = "1.82" [workspace.dependencies] arrow = "53.1.0" -arrow-array = "53.1.0" +arrow-array = "54.0.0" arrow-cast = "53.1.0" arrow-json = "53.1.0" arrow-schema = "53.1.0"