Skip to content

Commit

Permalink
Update parquet requirement from 52.0.0 to 53.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/master/CHANGELOG.md)
- [Commits](apache/arrow-rs@52.0.0...53.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent a63436f commit 84d4d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ regex = { version = "1.10.5", optional = true }

[dev-dependencies]
rust-spice = "0.7.6"
parquet = "52.0.0"
parquet = "53.0.0"
arrow = "52.0.0"
criterion = "0.5"
iai = "0.1"
Expand Down

0 comments on commit 84d4d3a

Please sign in to comment.