Skip to content

Commit

Permalink
Bump arrow-buffer from 51.0.0 to 53.3.0
Browse files Browse the repository at this point in the history
Bumps [arrow-buffer](https://github.com/apache/arrow-rs) from 51.0.0 to 53.3.0.
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@51.0.0...53.3.0)

---
updated-dependencies:
- dependency-name: arrow-buffer
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent b5f60e0 commit a9a9418
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
17 changes: 14 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion src/arrow2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rustc_version = "0.4.0"
ahash = "0.8"
arrow-array = {version = "=51.0.0", optional = true}
# Support conversion to/from arrow-rs
arrow-buffer = {version = "=51.0.0", optional = true}
arrow-buffer = {version = "=53.3.0", optional = true}
arrow-data = {version = "=51.0.0", optional = true}
arrow-format = {version = "0.8", optional = true, features = ["ipc"]}
arrow-schema = {version = "=51.0.0", optional = true}
Expand Down

0 comments on commit a9a9418

Please sign in to comment.