diff --git a/Cargo.toml b/Cargo.toml index 1040744..195ec74 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 = "53.3" +arrow = "54.2" arrow-flight = { version = "53.3", features = ["flight-sql-experimental"] } arrow-json = "53.3" async-trait = "0.1.83"