From 298f88f70894c2f18318f69b0c0059c5b9d3c492 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 16:23:28 +0000 Subject: [PATCH] chore(deps): update arrow-flight requirement from 56 to 58 Updates the requirements on [arrow-flight](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/compare/56.0.0...58.1.0) --- updated-dependencies: - dependency-name: arrow-flight dependency-version: 58.1.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f816a0a..a5284a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ state-machine-api = "0.3.4" # Standard crates anyerror = "=0.1.13" anyhow = "1.0.65" -arrow-flight = { version = "56", features = ["flight-sql-experimental", "tls-ring"] } +arrow-flight = { version = "58", features = ["flight-sql-experimental", "tls-ring"] } async-backtrace = "0.2" async-trait = "0.1.89" backon = "1"