Skip to content

Commit 481515e

Browse files
authoredFeb 19, 2025
chore(deps): bump parquet from 54.1.0 to 54.2.0 (apache#14744)
Bumps [parquet](https://github.com/apache/arrow-rs) from 54.1.0 to 54.2.0. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md) - [Commits](apache/arrow-rs@54.1.0...54.2.0) --- updated-dependencies: - dependency-name: parquet dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ef8984 commit 481515e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ itertools = "0.14"
134134
log = "^0.4"
135135
object_store = { version = "0.11.0", default-features = false }
136136
parking_lot = "0.12"
137-
parquet = { version = "54.1.0", default-features = false, features = [
137+
parquet = { version = "54.2.0", default-features = false, features = [
138138
"arrow",
139139
"async",
140140
"object_store",

0 commit comments

Comments
 (0)
Please sign in to comment.