From ff7ee9045a8f565442494e7c2a04e141dac651f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 11:09:43 +0000 Subject: [PATCH] Update parquet requirement from 56.0.0 to 57.0.0 Updates the requirements on [parquet](https://github.com/apache/arrow-rs) to permit the latest version. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/56.0.0...57.0.0) --- updated-dependencies: - dependency-name: parquet dependency-version: 57.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 03675558..a8b76312 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ approx = "0.5" rand_pcg = "0.9" indicatif = { version = "0.18", features = ["rayon"], default-features = false } rstats = "2.0.1" -parquet = { version = "56.0.0", default-features = false, features = [ +parquet = { version = "57.0.0", default-features = false, features = [ "arrow", "zstd", ] }