Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 24, 2024
1 parent 305a095 commit 77d6e8f
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 45 deletions.
242 changes: 198 additions & 44 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 = "14.0.0"
# arrow would be included indirectly using arrow-odbc, but we need to explicitly specify the ffi
# feature.
arrow = { version = "53.3.0", default-features = false, features = ["ffi"] }
arrow = { version = "54.0.0", default-features = false, features = ["ffi"] }
stderrlog = "0.6.0"
log = "0.4.22"

Expand Down

0 comments on commit 77d6e8f

Please sign in to comment.