From ce710d6b928df32a45942f494830af363d100953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 03:18:35 +0000 Subject: [PATCH] build(deps): bump arrow-flight from 57.0.0 to 57.2.0 Bumps [arrow-flight](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-flight 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 ccec9422a9e..6a8d58feffe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1242,9 +1242,9 @@ dependencies = [ [[package]] name = "arrow-flight" -version = "57.0.0" +version = "57.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f70bb56412a007b0cfc116d15f24dda6adeed9611a213852a004cda20085a3b9" +checksum = "f63654f21676be802d446c6c4bc54f6a47e18d55f9ae6f7195a6f6faf2ecdbeb" dependencies = [ "arrow-arith", "arrow-array", diff --git a/Cargo.toml b/Cargo.toml index e51b4019301..dd8b5bd950a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,7 +107,7 @@ prometheus = "0.14.0" # Dependencies related to Amp subgraphs ahash = "0.8.11" arrow = { version = "=57.2.0" } -arrow-flight = { version = "=57.0.0", features = ["flight-sql-experimental"] } +arrow-flight = { version = "=57.2.0", features = ["flight-sql-experimental"] } futures = "0.3.31" half = "2.7.1" indoc = "2.0.7"