From 370afdd73400d8f7764c2259bdf7a5bb7e224987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:28:12 +0000 Subject: [PATCH] build(deps): update parquet requirement from 41.0.0 to 50.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/compare/41.0.0...50.0.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..f96c4737 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="50.0.0", features=["arrow", "lz4", "flate2"], default-features = false} arweave-rs = {workspace=true} url = "2.4.0" arc-swap = "1.6.0"