Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 8, 2024
1 parent 5ba3eb0 commit db60182
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
44 changes: 22 additions & 22 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.0.0", default-features = false, features = ["ffi"] }
arrow = { version = "52.1.0", default-features = false, features = ["ffi"] }
stderrlog = "0.6.0"
log = "0.4.22"

Expand Down

0 comments on commit db60182

Please sign in to comment.