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) | `46.0.0` | `47.0.0` |
| [arrow-cast](https://github.com/apache/arrow-rs) | `46.0.0` | `47.0.0` |
| [arrow-schema](https://github.com/apache/arrow-rs) | `46.0.0` | `47.0.0` |
| [arrow-buffer](https://github.com/apache/arrow-rs) | `46.0.0` | `47.0.0` |
| [arrow-select](https://github.com/apache/arrow-rs) | `46.0.0` | `47.0.0` |
| [arrow-ord](https://github.com/apache/arrow-rs) | `46.0.0` | `47.0.0` |


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

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

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

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

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

Updates `arrow-ord` from 46.0.0 to 47.0.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@46.0.0...47.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 5, 2023
1 parent c1bbbc3 commit e3644df
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 @@ -108,13 +108,13 @@ criterion = { version = "0.5", features = ["async_futures"] }
tonic = { package = "madsim-tonic", version = "0.3.1" }
tonic-build = { package = "madsim-tonic-build", version = "0.3.1" }
icelake = { git = "https://github.com/icelake-io/icelake", rev = "72a65aed6ed7b3d529b311031c2c8d99650990e2" }
arrow-array = "46"
arrow-cast = "46"
arrow-schema = "46"
arrow-buffer = "46"
arrow-array = "47"
arrow-cast = "47"
arrow-schema = "47"
arrow-buffer = "47"
arrow-flight = "46"
arrow-select = "46"
arrow-ord = "46"
arrow-select = "47"
arrow-ord = "47"
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 e3644df

Please sign in to comment.