Skip to content

Commit 2fd76cf

Browse files
Update parquet requirement from 51.0.0 to 53.1.0
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>
1 parent 4e4d2c9 commit 2fd76cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

crates/evolution-converter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ evolution-slicer = { workspace = true }
2424
evolution-writer = { workspace = true }
2525
log = "0.4.21"
2626
num_cpus = "1.16.0"
27-
parquet = "51.0.0"
27+
parquet = "53.1.0"

crates/evolution-writer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ bench = false
1818
arrow = "51.0.0"
1919
evolution-builder = { workspace = true }
2020
evolution-common = { workspace = true }
21-
parquet = "51.0.0"
21+
parquet = "53.1.0"

0 commit comments

Comments
 (0)