From 083166531569f28fd4ecd9c58fd135d919dae1d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:41:02 +0000 Subject: [PATCH] build(deps): update parquet requirement from 41.0.0 to 52.1.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/compare/41.0.0...52.1.0) --- updated-dependencies: - dependency-name: parquet dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/node/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/node/Cargo.toml b/src/node/Cargo.toml index fc9dfa5e..389c2d65 100644 --- a/src/node/Cargo.toml +++ b/src/node/Cargo.toml @@ -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="52.1.0", features=["arrow", "lz4", "flate2"], default-features = false} arweave-rs = {workspace=true} url = "2.4.0" arc-swap = "1.6.0"