Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 9, 2023
1 parent 4596fe2 commit 2c119c4
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 68 deletions.
201 changes: 134 additions & 67 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 @@ -10,7 +10,7 @@ license = "Apache-2.0"

[dependencies]
digest = ">= 0.10.0"
arrow = { version = "38", default-features = false }
arrow = { version = "39", default-features = false }

[dev-dependencies]
sha3 = ">= 0.10.0"
Expand Down

0 comments on commit 2c119c4

Please sign in to comment.