Skip to content

Commit

Permalink
Update parquet requirement from 46.0.0 to 47.0.0
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Sep 26, 2023
1 parent 51024bc commit e75f6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ numpy = { version = "0.19", optional = true }
indicatif = { version = "0.17", features = ["rayon"] }
rstats = "1.2.50"
thiserror = "1.0"
parquet = { version = "46.0.0", default-features = false, features = [
parquet = { version = "47.0.0", default-features = false, features = [
"arrow",
"zstd",
] }
Expand Down

0 comments on commit e75f6c3

Please sign in to comment.