Skip to content

Commit

Permalink
Bump the all group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 2 updates: [arrow](https://github.com/apache/arrow-rs) and [parquet](https://github.com/apache/arrow-rs).


Updates `arrow` 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)

Updates `parquet` 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: arrow
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: parquet
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 27, 2024
1 parent ab6bdfd commit ffaf152
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 30 deletions.
74 changes: 46 additions & 28 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ license = "Apache-2.0"

[dependencies]
digest = "0.10"
arrow = { version = "50", default-features = false }
arrow = { version = "51", default-features = false }

[dev-dependencies]
sha3 = "0.10"
parquet = { version = "50", default-features = false }
parquet = { version = "51", default-features = false }

0 comments on commit ffaf152

Please sign in to comment.