From 39761f1b0a516fb582c41c71b4837cca6a2e8178 Mon Sep 17 00:00:00 2001 From: hozan23 Date: Tue, 13 Jan 2026 17:37:03 +0100 Subject: [PATCH] Update datafusion to 52 & update deps --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5ef0bd2..b692ec7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,12 +14,12 @@ readme = "README.md" repository = "https://github.com/datafusion-contrib/datafusion-flight-sql-server" [workspace.dependencies] -arrow-flight = { version = "57", features = ["flight-sql"] } -async-trait = "0.1.88" -datafusion = "51" -datafusion-federation = { version = "0.4.11" } -datafusion-substrait = "51" -futures = "0.3.31" +arrow-flight = { version = "57.0", features = ["flight-sql"] } +async-trait = "0.1" +datafusion = "52.0" +datafusion-federation = { version = "0.4.13" } +datafusion-substrait = "52.0" +futures = "0.3" tokio = { version = "1.47", features = ["full"] } tonic = { version = "0.14", features = ["transport", "codegen"] } prost = "0.14"