Skip to content

Commit

Permalink
Update arrow requirement from 53.0.0 to 54.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/main/CHANGELOG.md)
- [Commits](apache/arrow-rs@53.0.0...54.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 Dec 24, 2024
1 parent 9a3e782 commit 05152f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion anise/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ regex = { version = "1.10.5", optional = true }
[dev-dependencies]
rust-spice = "0.7.6"
parquet = "53.0.0"
arrow = "53.0.0"
arrow = "54.0.0"
criterion = "0.5"
iai = "0.1"
pretty_env_logger = { workspace = true }
Expand Down

0 comments on commit 05152f7

Please sign in to comment.