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/53.4.0/CHANGELOG.md)
- [Commits](apache/arrow-rs@53.3.0...53.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent d52fb9d commit a3b05cf
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 = "44.0.0"
Expand Down

0 comments on commit a3b05cf

Please sign in to comment.