Skip to content

Commit

Permalink
chore(deps,cargo): update arrow-json requirement from 53.3 to 54.0
Browse files Browse the repository at this point in the history
Updates the requirements on [arrow-json](https://github.com/apache/arrow-rs) to permit the latest version.
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.3.0...53.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2024
1 parent d3626ce commit 61a4d36
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 @@ -17,7 +17,7 @@ repository = "https://github.com/datafusion-contrib/datafusion-federation"
[workspace.dependencies]
arrow = "53.3"
arrow-flight = { version = "53.3", features = ["flight-sql-experimental"] }
arrow-json = "53.3"
arrow-json = "54.0"
async-stream = "0.3.5"
async-trait = "0.1.83"
datafusion = "43.0.0"
Expand Down

0 comments on commit 61a4d36

Please sign in to comment.