Skip to content

Commit

Permalink
Update parquet requirement from 51.0.0 to 53.1.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@51.0.0...53.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 13, 2024
1 parent 4e4d2c9 commit 2fd76cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/evolution-converter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ evolution-slicer = { workspace = true }
evolution-writer = { workspace = true }
log = "0.4.21"
num_cpus = "1.16.0"
parquet = "51.0.0"
parquet = "53.1.0"
2 changes: 1 addition & 1 deletion crates/evolution-writer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ bench = false
arrow = "51.0.0"
evolution-builder = { workspace = true }
evolution-common = { workspace = true }
parquet = "51.0.0"
parquet = "53.1.0"

0 comments on commit 2fd76cf

Please sign in to comment.