Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and pacman82 committed Aug 1, 2024
1 parent 172c6eb commit 34140d4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 24 deletions.
45 changes: 22 additions & 23 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 @@ -17,7 +17,7 @@ crate-type = ["cdylib"]
arrow-odbc = "11.2.0"
# arrow would be included indirectly using arrow-odbc, but we need to explicitly specify the ffi
# feature.
arrow = { version = "52.1.0", default-features = false, features = ["ffi"] }
arrow = { version = "52.2.0", default-features = false, features = ["ffi"] }
stderrlog = "0.6.0"
log = "0.4.22"

Expand Down

0 comments on commit 34140d4

Please sign in to comment.