diff --git a/Cargo.toml b/Cargo.toml index e1ff84c..bfbc371 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ repository = "https://github.com/datafusion-contrib/datafusion-federation" [workspace.dependencies] arrow = "53.3" -arrow-flight = { version = "53.3", features = ["flight-sql-experimental"] } +arrow-flight = { version = "54.0", features = ["flight-sql-experimental"] } arrow-json = "53.3" async-stream = "0.3.5" async-trait = "0.1.83"