diff --git a/Cargo.toml b/Cargo.toml index 862922462..d1536c9a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,13 +19,13 @@ members = ["ballista-cli", "ballista/client", "ballista/core", "ballista/executor", "ballista/scheduler", "benchmarks", "examples"] [workspace.dependencies] -arrow = { version = "38.0.0" } -arrow-flight = { version = "38.0.0", features = ["flight-sql-experimental"] } +arrow = { version = "39.0.0" } +arrow-flight = { version = "39.0.0", features = ["flight-sql-experimental"] } configure_me = { version = "0.4.0" } configure_me_codegen = { version = "0.4.4" } -datafusion = "24.0.0" -datafusion-cli = "24.0.0" -datafusion-proto = "24.0.0" +datafusion = "25.0.0" +datafusion-cli = "25.0.0" +datafusion-proto = "25.0.0" object_store = "0.5.6" sqlparser = "0.33.0" tonic = { version = "0.9" }