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 46.0.0 to 48.0.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@46.0.0...48.0.0)

Updates `parquet` from 46.0.0 to 48.0.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@46.0.0...48.0.0)

---
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 Oct 23, 2023
1 parent 7753d74 commit ca2ed37
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 54 deletions.
89 changes: 37 additions & 52 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 = "46", default-features = false }
arrow = { version = "48", default-features = false }

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

0 comments on commit ca2ed37

Please sign in to comment.