Skip to content

Commit e75f6c3

Browse files
Update parquet requirement from 46.0.0 to 47.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](https://github.com/apache/arrow-rs/commits) --- updated-dependencies: - dependency-name: parquet dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 51024bc commit e75f6c3

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 = "1.2.50"
6464
thiserror = "1.0"
65-
parquet = { version = "46.0.0", default-features = false, features = [
65+
parquet = { version = "47.0.0", default-features = false, features = [
6666
"arrow",
6767
"zstd",
6868
] }

0 commit comments

Comments
 (0)