Skip to content

Commit 180d799

Browse files
Update parquet requirement from 47.0.0 to 48.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/master/CHANGELOG.md) - [Commits](apache/arrow-rs@47.0.0...48.0.0) --- updated-dependencies: - dependency-name: parquet dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 311a015 commit 180d799

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
@@ -62,7 +62,7 @@ numpy = { version = "0.19", optional = true }
6262
indicatif = { version = "0.17", features = ["rayon"] }
6363
rstats = "2.0.1"
6464
thiserror = "1.0"
65-
parquet = { version = "47.0.0", default-features = false, features = [
65+
parquet = { version = "48.0.0", default-features = false, features = [
6666
"arrow",
6767
"zstd",
6868
] }

0 commit comments

Comments
 (0)