From 4ce71b51edb18666d5f9913b87c1cab25220e589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 11:07:12 +0000 Subject: [PATCH] Update arrow requirement from 56.0.0 to 57.1.0 Updates the requirements on [arrow](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 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 2c86ef75..fa896447 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ parquet = { version = "56.0.0", default-features = false, features = [ "arrow", "zstd", ] } -arrow = "56.0.0" +arrow = "57.1.0" shadow-rs = { version = "1.0.1", default-features = false } serde_yml = "0.0.12" whoami = "1.3.0"