Skip to content

Commit

Permalink
build(deps): update arrow-array requirement from = 53.4.0 to = 54.1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [arrow-array](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/53.4.0/CHANGELOG.md)
- [Commits](apache/arrow-rs@53.4.0...53.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 2, 2025
1 parent 8ee3b13 commit 9479857
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 @@ -37,7 +37,7 @@ repository = "https://github.com/apache/hudi-rs"
# arrow
arrow = { version = "= 53.4.0", features = ["pyarrow"] }
arrow-arith = { version = "= 53.4.0" }
arrow-array = { version = "= 53.4.0" }
arrow-array = { version = "= 54.1.0" }
arrow-buffer = { version = "= 53.4.0" }
arrow-cast = { version = "= 53.4.0" }
arrow-ipc = { version = "= 53.4.0" }
Expand Down

0 comments on commit 9479857

Please sign in to comment.