From 6cfc833812b8be3318c6d5d043e6c93089a11590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 02:36:14 +0000 Subject: [PATCH] chore(deps): update arrow-array requirement from 56.0.0 to 57.1.0 Updates the requirements on [arrow-array](https://github.com/apache/arrow-rs) to permit the latest version. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/56.0.0...57.1.0) --- updated-dependencies: - dependency-name: arrow-array dependency-version: 57.1.0 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 92fae25c..dc536bef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ rust-version = "1.85" [workspace.dependencies] anyhow = "1.0" -arrow-array = "56.0.0" +arrow-array = "57.1.0" arrow-cast = "56.0.0" arrow-json = "56.0.0" arrow-schema = "56.0.0"