diff --git a/ballista/rust/core/Cargo.toml b/ballista/rust/core/Cargo.toml index 6181d731a071..492281e29f3a 100644 --- a/ballista/rust/core/Cargo.toml +++ b/ballista/rust/core/Cargo.toml @@ -45,7 +45,7 @@ chrono = { version = "0.4", default-features = false } clap = { version = "3", features = ["derive", "cargo"] } parse_arg = "0.1.3" -arrow-flight = { version = "9.1" } +arrow-flight = { version = "10.0" } datafusion = { path = "../../../datafusion", version = "7.0.0" } parking_lot = "0.12" diff --git a/ballista/rust/executor/Cargo.toml b/ballista/rust/executor/Cargo.toml index 27ba56eded96..8813e0fa4150 100644 --- a/ballista/rust/executor/Cargo.toml +++ b/ballista/rust/executor/Cargo.toml @@ -30,7 +30,7 @@ snmalloc = ["snmalloc-rs"] [dependencies] arrow = { version = "9.1" } -arrow-flight = { version = "9.1" } +arrow-flight = { version = "10.0" } anyhow = "1" async-trait = "0.1.36" ballista-core = { path = "../core", version = "0.6.0" } diff --git a/datafusion-examples/Cargo.toml b/datafusion-examples/Cargo.toml index e35da28a2045..1a7d33a7622f 100644 --- a/datafusion-examples/Cargo.toml +++ b/datafusion-examples/Cargo.toml @@ -34,7 +34,7 @@ path = "examples/avro_sql.rs" required-features = ["datafusion/avro"] [dev-dependencies] -arrow-flight = { version = "9.1" } +arrow-flight = { version = "10.0" } datafusion = { path = "../datafusion" } prost = "0.9" tonic = "0.6"