Skip to content

Commit

Permalink
chore(deps): Update arrow-select requirement from 52 to 53
Browse files Browse the repository at this point in the history
Updates the requirements on [arrow-select](https://github.com/apache/arrow-rs) to permit the latest version.
- [Changelog](https://github.com/apache/arrow-rs/blob/master/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@52.0.0...52.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 15, 2024
1 parent cde35ab commit b869b9a
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 @@ -43,7 +43,7 @@ arrow-arith = { version = "52" }
arrow-array = { version = "52" }
arrow-ord = { version = "52" }
arrow-schema = { version = "52" }
arrow-select = { version = "52" }
arrow-select = { version = "53" }
arrow-string = { version = "52" }
async-stream = "0.3.5"
async-trait = "0.1"
Expand Down

0 comments on commit b869b9a

Please sign in to comment.