Skip to content

Commit

Permalink
build(deps): update arrow-row requirement from = 53.3.0 to = 54.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [arrow-row](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-row
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 0766f51 commit 7d967ad
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 @@ -43,7 +43,7 @@ arrow-cast = { version = "= 53.3.0" }
arrow-ipc = { version = "= 53.3.0" }
arrow-json = { version = "= 53.3.0" }
arrow-ord = { version = "= 53.3.0" }
arrow-row = { version = "= 53.3.0" }
arrow-row = { version = "= 54.0.0" }
arrow-schema = { version = "= 53.3.0", features = ["serde"] }
arrow-select = { version = "= 53.3.0" }
object_store = { version = "= 0.11.1", features = ["aws", "azure", "gcp"] }
Expand Down

0 comments on commit 7d967ad

Please sign in to comment.