Skip to content

Commit

Permalink
chore(deps): Bump the arrow group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the arrow group with 3 updates: [arrow-array](https://github.com/apache/arrow-rs), [arrow-schema](https://github.com/apache/arrow-rs) and [arrow-buffer](https://github.com/apache/arrow-rs).


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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 9, 2024
1 parent ed75502 commit da0b22b
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 26 deletions.
91 changes: 68 additions & 23 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ prost = { version = "0.12" }
icelake = { git = "https://github.com/icelake-io/icelake", rev = "54fd72fbd1dd8c592f05eeeb79223c8a6a33c297", features = [
"prometheus",
] }
arrow-array = "50"
arrow-array = "51"
arrow-arith = "50"
arrow-cast = "50"
arrow-schema = "50"
arrow-buffer = "50"
arrow-schema = "51"
arrow-buffer = "51"
arrow-flight = "50"
arrow-select = "50"
arrow-ord = "50"
Expand Down

0 comments on commit da0b22b

Please sign in to comment.