Skip to content

Commit

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

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


Updates `arrow` from 53.1.0 to 53.2.0
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@53.1.0...53.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 Oct 28, 2024
1 parent fb3d540 commit b7acb0e
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 = "53.1.0", default-features = false, features = ["pyarrow"] }
arrow = { version = "53.2.0", default-features = false, features = ["pyarrow"] }
calamine = { version = "0.26.1", features = ["dates"] }
chrono = { version = "0.4.38", default-features = false }
log = "0.4.22"
Expand Down

0 comments on commit b7acb0e

Please sign in to comment.