diff --git a/ballista/rust/core/Cargo.toml b/ballista/rust/core/Cargo.toml index fd2b794ed02d..2692d6978cc1 100644 --- a/ballista/rust/core/Cargo.toml +++ b/ballista/rust/core/Cargo.toml @@ -32,7 +32,7 @@ simd = ["datafusion/simd"] [dependencies] ahash = { version = "0.7", default-features = false } -arrow-flight = { version = "10.0" } +arrow-flight = { version = "11.0" } async-trait = "0.1.41" chrono = { version = "0.4", default-features = false } clap = { version = "3", features = ["derive", "cargo"] } diff --git a/ballista/rust/executor/Cargo.toml b/ballista/rust/executor/Cargo.toml index 52168de96591..32d64aa1ef06 100644 --- a/ballista/rust/executor/Cargo.toml +++ b/ballista/rust/executor/Cargo.toml @@ -34,7 +34,7 @@ snmalloc = ["snmalloc-rs"] [dependencies] anyhow = "1" arrow = { version = "10.0" } -arrow-flight = { version = "10.0" } +arrow-flight = { version = "11.0" } async-trait = "0.1.41" ballista-core = { path = "../core", version = "0.6.0" } chrono = { version = "0.4", default-features = false } diff --git a/datafusion-examples/Cargo.toml b/datafusion-examples/Cargo.toml index 0ad984363be1..3adf8b24db70 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 = "10.0" } +arrow-flight = { version = "11.0" } async-trait = "0.1.41" datafusion = { path = "../datafusion" } futures = "0.3"