Skip to content

Commit

Permalink
chore(deps): Bump the arrow group with 6 updates
Browse files Browse the repository at this point in the history
Bumps the arrow group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [arrow-array](https://github.com/apache/arrow-rs) | `47.0.0` | `48.0.0` |
| [arrow-cast](https://github.com/apache/arrow-rs) | `47.0.0` | `48.0.0` |
| [arrow-schema](https://github.com/apache/arrow-rs) | `47.0.0` | `48.0.0` |
| [arrow-buffer](https://github.com/apache/arrow-rs) | `47.0.0` | `48.0.0` |
| [arrow-select](https://github.com/apache/arrow-rs) | `47.0.0` | `48.0.0` |
| [arrow-ord](https://github.com/apache/arrow-rs) | `47.0.0` | `48.0.0` |


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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: arrow-array
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: arrow
- dependency-name: arrow-cast
  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
- dependency-name: arrow-select
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: arrow
- dependency-name: arrow-ord
  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 Oct 24, 2023
1 parent 210ae71 commit f4c92b8
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 67 deletions.
198 changes: 137 additions & 61 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@ tonic = { package = "madsim-tonic", version = "0.4.0" }
tonic-build = { package = "madsim-tonic-build", version = "0.4.2" }
prost = { version = "0.12" }
icelake = { git = "https://github.com/icelake-io/icelake", rev = "16dab0e36ab337e58ee8002d828def2d212fa116" }
arrow-array = "47"
arrow-cast = "47"
arrow-schema = "47"
arrow-buffer = "47"
arrow-array = "48"
arrow-cast = "48"
arrow-schema = "48"
arrow-buffer = "48"
arrow-flight = "47"
arrow-select = "47"
arrow-ord = "47"
arrow-select = "48"
arrow-ord = "48"
tikv-jemalloc-ctl = { git = "https://github.com/risingwavelabs/jemallocator.git", rev = "64a2d9" }
tikv-jemallocator = { git = "https://github.com/risingwavelabs/jemallocator.git", features = [
"profiling",
Expand Down

0 comments on commit f4c92b8

Please sign in to comment.