Skip to content

Commit

Permalink
Bump arrow2 from 0.17.4 to 0.18.0
Browse files Browse the repository at this point in the history
Bumps [arrow2](https://github.com/jorgecarleitao/arrow2) from 0.17.4 to 0.18.0.
- [Release notes](https://github.com/jorgecarleitao/arrow2/releases)
- [Changelog](https://github.com/jorgecarleitao/arrow2/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jorgecarleitao/arrow2/commits)

---
updated-dependencies:
- dependency-name: arrow2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 63f88e7 commit 0da1448
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
29 changes: 27 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ thiserror = "1.0"
arrow-wasm = { git = "https://github.com/kylebarron/arrow-wasm", rev = "ab0455c7dd8df31f3d4b97988f08bc34e62f2dc9" }
# arrow-wasm = { path = "/Users/kyle/github/rust/arrow-wasm" }

arrow2 = { version = "0.17", optional = true, features = [
arrow2 = { version = "0.18", optional = true, features = [
"io_ipc",
"io_parquet",
] }
Expand Down

0 comments on commit 0da1448

Please sign in to comment.