Skip to content

Commit

Permalink
Update arrow requirement from 52.0.0 to 53.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@52.0.0...53.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent 63eab1e commit 012774d
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 @@ -65,7 +65,7 @@ parquet = { version = "52.0.0", default-features = false, features = [
"arrow",
"zstd",
] }
arrow = "52.0.0"
arrow = "53.0.0"
shadow-rs = { version = "0.33.0", default-features = false }
serde_yaml = "0.9.21"
whoami = "1.3.0"
Expand Down

0 comments on commit 012774d

Please sign in to comment.