Skip to content

Commit c3f22eb

Browse files
chore(deps): bump parquet from 57.1.0 to 57.2.0 in /native (#3074)
Bumps [parquet](https://github.com/apache/arrow-rs) from 57.1.0 to 57.2.0. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/commits) --- updated-dependencies: - dependency-name: parquet dependency-version: 57.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 629b786 commit c3f22eb

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

native/Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

native/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ rust-version = "1.88"
3737
arrow = { version = "57.2.0", features = ["prettyprint", "ffi", "chrono-tz"] }
3838
async-trait = { version = "0.1" }
3939
bytes = { version = "1.10.0" }
40-
parquet = { version = "57.0.0", default-features = false, features = ["experimental"] }
40+
parquet = { version = "57.2.0", default-features = false, features = ["experimental"] }
4141
datafusion = { version = "51.0.0", default-features = false, features = ["unicode_expressions", "crypto_expressions", "nested_expressions", "parquet"] }
4242
datafusion-datasource = { version = "51.0.0" }
4343
datafusion-spark = { version = "51.0.0" }

0 commit comments

Comments
 (0)