Skip to content

Commit

Permalink
build(deps): update arrow requirement from 49.0.0 to 50.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [arrow](https://github.com/apache/arrow-rs) to permit the latest version.
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG.md)
- [Commits](apache/arrow-rs@49.0.0...50.0.0)

---
updated-dependencies:
- dependency-name: arrow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 25, 2024
1 parent 050cd5c commit 8b86414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ crate-type = ["cdylib"]
name = "biobear"

[dependencies]
arrow = {version = "49.0.0", features = ["pyarrow"]}
arrow = {version = "50.0.0", features = ["pyarrow"]}
datafusion = "34"
exon = {version = "0.7.1", features = ["all"]}
pyo3 = "0.20"
Expand Down

0 comments on commit 8b86414

Please sign in to comment.