From 86184e4688f8a3092ac65c247417c37849d11731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 11:22:30 +0000 Subject: [PATCH 1/2] Update arrow requirement from 44.0.0 to 45.0.0 Updates the requirements on [arrow](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: arrow 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 e46f3036..0ab641b9 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 = "44.0.0" +arrow = "45.0.0" shadow-rs = {version = "0.23.0", default-features = false} serde_yaml = "0.9.21" whoami = "1.3.0" From 1358c1325372a63388f3d4189bd2348bbafc903c Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 5 Aug 2023 14:10:57 -0600 Subject: [PATCH 2/2] Update parquet version in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ab641b9..2d13a4e3 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 = "44.0.0", default-features = false, features = ["arrow", "brotli"]} +parquet = {version = "45.0.0", default-features = false, features = ["arrow", "brotli"]} arrow = "45.0.0" shadow-rs = {version = "0.23.0", default-features = false} serde_yaml = "0.9.21"