Skip to content

Commit

Permalink
build(deps): update arrow-buffer requirement from = 53.0.0 to = 53.1.0
Browse files Browse the repository at this point in the history
Updates the requirements on [arrow-buffer](https://github.com/apache/arrow-rs) to permit the latest version.
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.0.0...53.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent 4836a37 commit d2c6d9d
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 @@ -38,7 +38,7 @@ repository = "https://github.com/apache/hudi-rs"
arrow = { version = "= 53.0.0", features = ["pyarrow"] }
arrow-arith = { version = "= 53.0.0" }
arrow-array = { version = "= 53.0.0" }
arrow-buffer = { version = "= 53.0.0" }
arrow-buffer = { version = "= 53.1.0" }
arrow-cast = { version = "= 53.0.0" }
arrow-ipc = { version = "= 53.0.0" }
arrow-json = { version = "= 53.0.0" }
Expand Down

0 comments on commit d2c6d9d

Please sign in to comment.