From 6dab6df13891a1f9351977153ff5dc2923d20082 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 09:13:33 +0000 Subject: [PATCH] chore(deps)(deps): update arrow requirement from 53.0 to 59.2 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/commits/59.2.0) --- updated-dependencies: - dependency-name: arrow dependency-version: 59.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- crates/anode-parquet/Cargo.toml | 2 +- crates/anode-s3/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3993d3d..3194b6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ url = "2.5" # Parquet and Arrow parquet = "53.0" -arrow = "53.0" +arrow = "59.2" arrow-array = "53.0" arrow-schema = "53.0" diff --git a/crates/anode-parquet/Cargo.toml b/crates/anode-parquet/Cargo.toml index 64f6752..d520330 100644 --- a/crates/anode-parquet/Cargo.toml +++ b/crates/anode-parquet/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] parquet = "54.0" -arrow = "54.0" +arrow = "59.2" bytes = "1.8" lru = "0.12" thiserror = "2.0" diff --git a/crates/anode-s3/Cargo.toml b/crates/anode-s3/Cargo.toml index dfb4087..63fd7f5 100644 --- a/crates/anode-s3/Cargo.toml +++ b/crates/anode-s3/Cargo.toml @@ -29,5 +29,5 @@ tempfile = "3.0" md5 = "0.7" proptest = "1.0" urlencoding = "2.1" -arrow = "54.0" +arrow = "59.2" parquet = "54.0"