Skip to content

Commit

Permalink
deps: update parquet requirement from 52.2.0 to 54.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [parquet](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...54.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 49407b5 commit 9940b88
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 @@ -145,7 +145,7 @@ lexical = "7.0"
bstr = "1.10.0"
lazy_static = "1.5.0"
tempfile = "3.13"
parquet = "52.2.0"
parquet = "54.0.0"
arrow = "52.2"
candle-core = { git = "https://github.com/huggingface/candle.git", version = "0.8.0" }
colored = "2"
Expand Down

0 comments on commit 9940b88

Please sign in to comment.