Skip to content

Commit

Permalink
Update arrow-flight requirement from 53 to 54
Browse files Browse the repository at this point in the history
Updates the requirements on [arrow-flight](https://github.com/apache/arrow-rs) to permit the latest version.
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@53.0.0...54.0.0)

---
updated-dependencies:
- dependency-name: arrow-flight
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 14, 2025
1 parent e7838c3 commit fde483c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
description = "Extend the capabilities of DataFusion to support additional data sources via implementations of the `TableProvider` trait."

[dependencies]
arrow-flight = { version = "53", optional = true, features = [
arrow-flight = { version = "54", optional = true, features = [
"flight-sql-experimental",
"tls",
] }
Expand Down

0 comments on commit fde483c

Please sign in to comment.