From 7e40fddfd0ce326b77b11370c4fa5f6c2d7225e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 11:08:49 +0000 Subject: [PATCH] Update arrow requirement from 56.0.0 to 57.0.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.0.0) --- updated-dependencies: - dependency-name: arrow dependency-version: 57.0.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 03675558..4e88769b 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.0.0" shadow-rs = { version = "1.0.1", default-features = false } serde_yml = "0.0.12" whoami = "1.3.0"