From f7eebae4d444a73c49fe7cab01f8d71dc62c3c4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 05:05:35 +0000 Subject: [PATCH] chore(deps): update parquet requirement from 52 to 53 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-old.md) - [Commits](https://github.com/apache/arrow-rs/compare/52.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 74a4c73597..733ec7f224 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ arrow-row = { version = "52" } arrow-schema = { version = "52" } arrow-select = { version = "52" } object_store = { version = "0.10.1" } -parquet = { version = "52" } +parquet = { version = "53" } # datafusion datafusion = { version = "41" }