Skip to content

Commit

Permalink
Bump parquet from 46.0.0 to 47.0.0
Browse files Browse the repository at this point in the history
Bumps [parquet](https://github.com/apache/arrow-rs) from 46.0.0 to 47.0.0.
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](https://github.com/apache/arrow-rs/commits)

---
updated-dependencies:
- dependency-name: parquet
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent b15b414 commit 09fa382
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 55 deletions.
198 changes: 144 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ arrow = { version = "46.0", default-features = false, optional = true, features
"ipc",
"ffi",
] }
parquet = { version = "46.0", default-features = false, optional = true, features = [
parquet = { version = "47.0", default-features = false, optional = true, features = [
"arrow",
"base64",
] }
Expand Down

0 comments on commit 09fa382

Please sign in to comment.