From 3dd6a4344b5bb1d755729f6f964e68b5e0974254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jul 2023 11:21:20 +0000 Subject: [PATCH 1/2] Update parquet requirement from 43.0.0 to 44.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/43.0.0...44.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 fa7d37ff..39023b37 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ numpy = {version = "0.18", optional = true} indicatif = {version = "0.17", features = ["rayon"]} rstats = "1.2.50" thiserror = "1.0" -parquet = {version = "43.0.0", default-features = false, features = ["arrow", "brotli"]} +parquet = {version = "44.0.0", default-features = false, features = ["arrow", "brotli"]} arrow = "43.0.0" shadow-rs = {version = "0.23.0", default-features = false} serde_yaml = "0.9.21" From b1a127e9cfe6f8e4c5b9350f71a95aefbcc02a25 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 20 Jul 2023 07:53:31 -0600 Subject: [PATCH 2/2] Update Cargo.toml Update arrow along with parquet --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 39023b37..e46f3036 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ indicatif = {version = "0.17", features = ["rayon"]} rstats = "1.2.50" thiserror = "1.0" parquet = {version = "44.0.0", default-features = false, features = ["arrow", "brotli"]} -arrow = "43.0.0" +arrow = "44.0.0" shadow-rs = {version = "0.23.0", default-features = false} serde_yaml = "0.9.21" whoami = "1.3.0"