Skip to content

Commit a952528

Browse files
Update arrow-flight requirement from 8.0.0 to 56.2.0
Updates the requirements on [arrow-flight](https://github.com/apache/arrow-rs) to permit the latest version. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](apache/arrow-rs@8.0.0...56.2.0) --- updated-dependencies: - dependency-name: arrow-flight dependency-version: 56.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bf71577 commit a952528

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ballista/rust/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ chrono = { version = "0.4", default-features = false }
4545
clap = { version = "3", features = ["derive", "cargo"] }
4646
parse_arg = "0.1.3"
4747

48-
arrow-flight = { version = "8.0.0" }
48+
arrow-flight = { version = "56.2.0" }
4949
datafusion = { path = "../../../datafusion", version = "6.0.0" }
5050

5151
[dev-dependencies]

ballista/rust/executor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ snmalloc = ["snmalloc-rs"]
3030

3131
[dependencies]
3232
arrow = { version = "8.0.0" }
33-
arrow-flight = { version = "8.0.0" }
33+
arrow-flight = { version = "56.2.0" }
3434
anyhow = "1"
3535
async-trait = "0.1.36"
3636
ballista-core = { path = "../core", version = "0.6.0" }

datafusion-examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ path = "examples/avro_sql.rs"
3434
required-features = ["datafusion/avro"]
3535

3636
[dev-dependencies]
37-
arrow-flight = { version = "8.0.0" }
37+
arrow-flight = { version = "56.2.0" }
3838
datafusion = { path = "../datafusion" }
3939
prost = "0.9"
4040
tonic = "0.6"

0 commit comments

Comments
 (0)