From 21de2ebc7ffd0790c005bd546ac45ef5964f4ead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 11:13:51 +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] --- anise/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anise/Cargo.toml b/anise/Cargo.toml index f780e286..22cd6fd0 100644 --- a/anise/Cargo.toml +++ b/anise/Cargo.toml @@ -50,7 +50,7 @@ indexmap = "2.11.4" [dev-dependencies] rust-spice = "0.7.6" parquet = "56.0.0" -arrow = "56.0.0" +arrow = "57.0.0" criterion = "0.7" iai-callgrind = "0.16" pretty_env_logger = { workspace = true }