From 0403cc1f95cf4396c16392dba1156ef44fa7350f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 15:55:39 +0000 Subject: [PATCH] Update parquet requirement from 51.0.0 to 53.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/51.0.0...53.0.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..2259e16 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 = "53.0.0" arrow-ipc = "51.0.0" deltalake = { version="0.17.3", features = ["datafusion"]} datafusion = "38.0.0"