From 991474e7ea5179bf069e5f84f89fe353fd7a2e58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 03:18:07 +0000 Subject: [PATCH] build(deps): bump arrow from 57.0.0 to 57.2.0 Bumps [arrow](https://github.com/apache/arrow-rs) from 57.0.0 to 57.2.0. - [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/57.0.0...57.2.0) --- updated-dependencies: - dependency-name: arrow dependency-version: 57.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9640000c094..ccec9422a9e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1128,9 +1128,9 @@ dependencies = [ [[package]] name = "arrow" -version = "57.0.0" +version = "57.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4df8bb5b0bd64c0b9bc61317fcc480bad0f00e56d3bc32c69a4c8dada4786bae" +checksum = "2a2b10dcb159faf30d3f81f6d56c1211a5bea2ca424eabe477648a44b993320e" dependencies = [ "arrow-arith", "arrow-array", diff --git a/Cargo.toml b/Cargo.toml index c9290aab4bc..e51b4019301 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ prometheus = "0.14.0" # Dependencies related to Amp subgraphs ahash = "0.8.11" -arrow = { version = "=57.0.0" } +arrow = { version = "=57.2.0" } arrow-flight = { version = "=57.0.0", features = ["flight-sql-experimental"] } futures = "0.3.31" half = "2.7.1"