From c664d73542a66b311e5584c6bd7f2067cc56e01e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 11:34:08 +0000 Subject: [PATCH 1/2] Update parquet requirement from 46.0.0 to 47.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/commits) --- 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 cb6a2812..516d51e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ rstest = "0.18.2" [dev-dependencies] rust-spice = "0.7.4" -parquet = "46.0.0" +parquet = "47.0.0" arrow = "46.0.0" criterion = "0.5" iai = "0.1" From e6a36037af3324aa07cc6a7f38a9c7d4c03a3098 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 26 Sep 2023 14:26:11 -0600 Subject: [PATCH 2/2] Update Cargo.toml Update arrow --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 516d51e0..95f3a7c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ rstest = "0.18.2" [dev-dependencies] rust-spice = "0.7.4" parquet = "47.0.0" -arrow = "46.0.0" +arrow = "47.0.0" criterion = "0.5" iai = "0.1" polars = { version = "0.33", features = ["lazy", "parquet"] }