Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update arrow-buffer requirement from 42.0.0 to 43.0.0 #181

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(deps): update arrow-buffer requirement from 42.0.0 to 43.0.0
Updates the requirements on [arrow-buffer](https://github.com/apache/arrow-rs) to permit the latest version.
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@42.0.0...42.0.0)

---
updated-dependencies:
- dependency-name: arrow-buffer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 4, 2023
commit cbcf1dbf687dbefdf01628e782aed5efd81c9a27
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ rust-version = "1.64"
[workspace.dependencies]
arrow = { version = "42.0.0", features = ["prettyprint", "dyn_cmp_dict"] }
arrow-flight = { version = "42.0.0", features = ["flight-sql-experimental"] }
arrow-buffer = { version = "42.0.0", default-features = false }
arrow-buffer = { version = "43.0.0", default-features = false }
arrow-schema = { version = "42.0.0", default-features = false }
arrow-array = { version = "42.0.0", default-features = false, features = ["chrono-tz"] }
parquet = { version = "42.0.0", features = ["arrow", "async", "object_store"] }