From bda4ff13f493372811986abe6665f980f610073b Mon Sep 17 00:00:00 2001 From: hozan23 Date: Tue, 13 Jan 2026 22:29:49 +0100 Subject: [PATCH] Update arrow to 57.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b692ec7..6aa95e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" repository = "https://github.com/datafusion-contrib/datafusion-flight-sql-server" [workspace.dependencies] -arrow-flight = { version = "57.0", features = ["flight-sql"] } +arrow-flight = { version = "57.2", features = ["flight-sql"] } async-trait = "0.1" datafusion = "52.0" datafusion-federation = { version = "0.4.13" }