Skip to content

Commit

Permalink
chore(deps): bump arrow from 54.1.0 to 54.2.0 in the prod-deps group (#…
Browse files Browse the repository at this point in the history
…330)

Bumps the prod-deps group with 1 update: [arrow](https://github.com/apache/arrow-rs).


Updates `arrow` from 54.1.0 to 54.2.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.1.0...54.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 18, 2025
1 parent 0f806d4 commit 22a3096
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 @@ -25,7 +25,7 @@ crate-type = ["cdylib"]

[dependencies]
# There's a lot of stuff we don't want here, such as serde support
arrow = { version = "^54.1.0", default-features = false, features = [
arrow = { version = "^54.2.0", default-features = false, features = [
"pyarrow",
] }
calamine = { version = "^0.26.1", features = ["dates"] }
Expand Down

0 comments on commit 22a3096

Please sign in to comment.