Skip to content

Commit db0f75f

Browse files
chore(deps): update parquet requirement from 53.3.0 to 54.0.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/main/CHANGELOG-old.md) - [Commits](apache/arrow-rs@53.3.0...53.3.0) --- updated-dependencies: - dependency-name: parquet dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e99e02b commit db0f75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ itertools = "0.13"
133133
log = "^0.4"
134134
object_store = { version = "0.11.0", default-features = false }
135135
parking_lot = "0.12"
136-
parquet = { version = "53.3.0", default-features = false, features = [
136+
parquet = { version = "54.0.0", default-features = false, features = [
137137
"arrow",
138138
"async",
139139
"object_store",

0 commit comments

Comments
 (0)