From d3ca0f20c68476761a01789ebc9ed18aba8d0860 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 23:13:02 +0000 Subject: [PATCH] build(deps): bump arrow-flight from 58.0.0 to 58.1.0 Bumps [arrow-flight](https://github.com/apache/arrow-rs) from 58.0.0 to 58.1.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/58.0.0...58.1.0) --- updated-dependencies: - dependency-name: arrow-flight dependency-version: 58.1.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 450197178c0..896e2e66d3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1297,9 +1297,9 @@ dependencies = [ [[package]] name = "arrow-flight" -version = "58.0.0" +version = "58.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4f5cdf00ee0003ba0768d3575d0afc47d736b29673b14c3c228fdffa9a3fb29" +checksum = "302b2e036335f3f04d65dad3f74ff1f2aae6dc671d6aa04dc6b61193761e16fb" dependencies = [ "arrow-arith", "arrow-array", diff --git a/Cargo.toml b/Cargo.toml index 56bb132774d..cfe09925a4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -117,7 +117,7 @@ url = "2.5.8" # Dependencies related to Amp subgraphs ahash = "0.8.11" arrow = { version = "=58.1.0" } -arrow-flight = { version = "=58.0.0", features = ["flight-sql-experimental"] } +arrow-flight = { version = "=58.1.0", features = ["flight-sql-experimental"] } parquet = { version = "=58.1.0" } futures = "0.3.31" half = "2.7.1"