diff --git a/ballista/rust/core/Cargo.toml b/ballista/rust/core/Cargo.toml index 190f7b85ba52..81f4a3fa779c 100644 --- a/ballista/rust/core/Cargo.toml +++ b/ballista/rust/core/Cargo.toml @@ -43,7 +43,7 @@ tonic = "0.6" uuid = { version = "0.8", features = ["v4"] } chrono = { version = "0.4", default-features = false } -arrow-flight = { version = "7.0.0" } +arrow-flight = { version = "32.0.0" } datafusion = { path = "../../../datafusion", version = "6.0.0" } [dev-dependencies] diff --git a/ballista/rust/executor/Cargo.toml b/ballista/rust/executor/Cargo.toml index c01bb20681db..53b18a8a7345 100644 --- a/ballista/rust/executor/Cargo.toml +++ b/ballista/rust/executor/Cargo.toml @@ -30,7 +30,7 @@ snmalloc = ["snmalloc-rs"] [dependencies] arrow = { version = "7.0.0" } -arrow-flight = { version = "7.0.0" } +arrow-flight = { version = "32.0.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 cfbba637228d..4b4bb14a5682 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 = "7.0.0" } +arrow-flight = { version = "32.0.0" } datafusion = { path = "../datafusion" } prost = "0.9" tonic = "0.6"