Skip to content

Commit

Permalink
build(deps): bump arrow from 54.0.0 to 54.1.0
Browse files Browse the repository at this point in the history
Bumps [arrow](https://github.com/apache/arrow-rs) from 54.0.0 to 54.1.0.
- [Release notes](https://github.com/apache/arrow-rs/releases)
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@54.0.0...54.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 Feb 3, 2025
1 parent 616cf90 commit 96be789
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 = "14.1.0"
# arrow would be included indirectly using arrow-odbc, but we need to explicitly specify the ffi
# feature.
arrow = { version = "54.0.0", default-features = false, features = ["ffi"] }
arrow = { version = "54.1.0", default-features = false, features = ["ffi"] }
stderrlog = "0.6.0"
log = "0.4.25"

Expand Down

0 comments on commit 96be789

Please sign in to comment.