From 22cfa52c4b1360e962eeb9efa63424c3d997d2ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 15:37:31 +0000 Subject: [PATCH] Update parquet requirement from 51.0.0 to 52.2.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/51.0.0...52.2.0) --- updated-dependencies: - dependency-name: parquet 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 f7eec3e..11319d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ atoi_simd = { version = "0.16.0", optional = true } arrow2 = "0.18.0" libc = "0.2.154" arrow = "51.0.0" -parquet = "51.0.0" +parquet = "52.2.0" arrow-ipc = "51.0.0" deltalake = { version="0.17.3", features = ["datafusion"]} datafusion = "38.0.0"