Skip to content

Commit a9c44f9

Browse files
build(deps): update parquet requirement from 41.0.0 to 49.0.0
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](https://github.com/apache/arrow-rs/commits) --- updated-dependencies: - dependency-name: parquet dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a267d88 commit a9c44f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ ctrlc = { version = "3.0", features = ["termination"] }
4040
dirs = "5.0.0"
4141
chrono = "0.4.22"
4242
arrow = "41.0.0"
43-
parquet = {version="41.0.0", features=["arrow", "lz4", "flate2"], default-features = false}
43+
parquet = {version="49.0.0", features=["arrow", "lz4", "flate2"], default-features = false}
4444
arweave-rs = {workspace=true}
4545
url = "2.4.0"
4646
arc-swap = "1.6.0"

0 commit comments

Comments
 (0)