Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 3f10d68 commit a92a716
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 @@ -146,7 +146,7 @@ bstr = "1.10.0"
lazy_static = "1.5.0"
tempfile = "3.13"
parquet = "52.2.0"
arrow = "52.2"
arrow = "53.3"
candle-core = { git = "https://github.com/huggingface/candle.git", version = "0.8.0" }
colored = "2"
textwrap = "0.16"
Expand Down

0 comments on commit a92a716

Please sign in to comment.