Skip to content

Commit

Permalink
chore(deps): bump parquet from 50.0.0 to 51.0.0
Browse files Browse the repository at this point in the history
Bumps [parquet](https://github.com/apache/arrow-rs) from 50.0.0 to 51.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 Apr 18, 2024
1 parent 9a5899e commit 48dea53
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 39 deletions.
170 changes: 132 additions & 38 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 @@ -57,7 +57,7 @@ bytes = "1.5.0"
criterion = { version = "0.5.1", default-features = false }
rand = { version = "0.8.5", default-features = false, features = ["small_rng"] }
rustversion = "1.0.14"
parquet = { version = "50.0.0", default-features = false, features = ["arrow"] }
parquet = { version = "51.0.0", default-features = false, features = ["arrow"] }
uuid = "1.8.0"

[profile.bench]
Expand Down

0 comments on commit 48dea53

Please sign in to comment.