Skip to content

Commit

Permalink
build(deps): update arrow requirement from 41.0.0 to 52.2.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@41.0.0...52.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent a9a316e commit c4d2e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ tower-http = { version = "0.4", features = ["cors"] }
ctrlc = { version = "3.0", features = ["termination"] }
dirs = "5.0.0"
chrono = "0.4.22"
arrow = "41.0.0"
arrow = "52.2.0"
parquet = {version="41.0.0", features=["arrow", "lz4", "flate2"], default-features = false}
arweave-rs = {workspace=true}
url = "2.4.0"
Expand Down

0 comments on commit c4d2e57

Please sign in to comment.