From 0cfb6ee2519ea8cdb00bc964d04d9e0f0a652310 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 17:43:42 +0000 Subject: [PATCH] build(deps): bump arrow-flight from 57.2.0 to 57.3.0 Bumps [arrow-flight](https://github.com/apache/arrow-rs) from 57.2.0 to 57.3.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.2.0...57.3.0) --- updated-dependencies: - dependency-name: arrow-flight dependency-version: 57.3.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 1e960044018..fbc489cbd7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1257,9 +1257,9 @@ dependencies = [ [[package]] name = "arrow-flight" -version = "57.2.0" +version = "57.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f63654f21676be802d446c6c4bc54f6a47e18d55f9ae6f7195a6f6faf2ecdbeb" +checksum = "58c5b083668e6230eae3eab2fc4b5fb989974c845d0aa538dde61a4327c78675" dependencies = [ "arrow-arith", "arrow-array", diff --git a/Cargo.toml b/Cargo.toml index 8d2be7a8bb6..add7b769466 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.3.0" } -arrow-flight = { version = "=57.2.0", features = ["flight-sql-experimental"] } +arrow-flight = { version = "=57.3.0", features = ["flight-sql-experimental"] } futures = "0.3.31" half = "2.7.1" indoc = "2.0.7"