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" }