Skip to content

Commit

Permalink
build(deps): update parquet requirement from 41.0.0 to 46.0.0
Browse files Browse the repository at this point in the history
Updates the requirements on [parquet](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...46.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent c2414a4 commit 324516c
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 @@ -40,7 +40,7 @@ ctrlc = { version = "3.0", features = ["termination"] }
dirs = "5.0.0"
chrono = "0.4.22"
arrow = "41.0.0"
parquet = {version="41.0.0", features=["arrow", "lz4", "flate2"], default-features = false}
parquet = {version="46.0.0", features=["arrow", "lz4", "flate2"], default-features = false}
arweave-rs = {workspace=true}
url = "2.4.0"
arc-swap = "1.6.0"
Expand Down

0 comments on commit 324516c

Please sign in to comment.