Skip to content

Commit

Permalink
chore(deps,cargo): update arrow-flight requirement from 53.3 to 54.0
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/53.4.0/CHANGELOG.md)
- [Commits](apache/arrow-rs@53.3.0...53.4.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 20, 2025
1 parent d52fb9d commit c4a6cfc
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 @@ -16,7 +16,7 @@ repository = "https://github.com/datafusion-contrib/datafusion-federation"

[workspace.dependencies]
arrow = "53.3"
arrow-flight = { version = "53.3", features = ["flight-sql-experimental"] }
arrow-flight = { version = "54.0", features = ["flight-sql-experimental"] }
arrow-json = "53.3"
async-stream = "0.3.5"
async-trait = "0.1.83"
Expand Down

0 comments on commit c4a6cfc

Please sign in to comment.