Skip to content

Commit

Permalink
chore(deps): update arrow-cast requirement from 52.2 to 53.3
Browse files Browse the repository at this point in the history
Updates the requirements on [arrow-cast](https://github.com/apache/arrow-rs) to permit the latest version.
- [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG-old.md)
- [Commits](apache/arrow-rs@52.2.0...52.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 9f50ca8 commit d13a3d5
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 @@ -30,7 +30,7 @@ rust-version = "1.80"
[workspace.dependencies]
arrow = "52.2"
arrow-array = "52.2"
arrow-cast = "52.2"
arrow-cast = "53.3"
arrow-json = "52.2"
arrow-schema = "52.2"
assert-json-diff = "2.0"
Expand Down

0 comments on commit d13a3d5

Please sign in to comment.