Skip to content

Commit

Permalink
Bump the arrow-rs group with 2 updates (#368)
Browse files Browse the repository at this point in the history
* Bump the arrow-rs group with 2 updates

Bumps the arrow-rs group with 2 updates: [arrow](https://github.com/apache/arrow-rs) and [parquet](https://github.com/apache/arrow-rs).


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

Signed-off-by: dependabot[bot] <[email protected]>

* bump arrow-wasm

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kyle Barron <[email protected]>
  • Loading branch information
dependabot[bot] and kylebarron authored Oct 30, 2023
1 parent f5a4a10 commit 93f4692
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 37 deletions.
92 changes: 58 additions & 34 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 @@ -76,7 +76,7 @@ js-sys = "0.3.60"
getrandom = { version = "0.2.6", features = ["js"] }
thiserror = "1.0"

arrow-wasm = { git = "https://github.com/kylebarron/arrow-wasm", rev = "84bcf954212306c5b25a5361fe2ae285e9859a48" }
arrow-wasm = { git = "https://github.com/kylebarron/arrow-wasm", rev = "40363b64fc8bbb8c4a2fb8a30156f8811182dada" }
# arrow-wasm = { path = "/Users/kyle/github/rust/arrow-wasm" }

arrow2 = { version = "0.18", optional = true, features = [
Expand All @@ -85,11 +85,11 @@ arrow2 = { version = "0.18", optional = true, features = [
] }
parquet2 = { version = "0.17", default_features = false, optional = true }

arrow = { version = "47.0", default-features = false, optional = true, features = [
arrow = { version = "48.0", default-features = false, optional = true, features = [
"ipc",
"ffi",
] }
parquet = { version = "47.0", default-features = false, optional = true, features = [
parquet = { version = "48.0", default-features = false, optional = true, features = [
"arrow",
"base64",
] }
Expand Down

0 comments on commit 93f4692

Please sign in to comment.