From e75f6c36cfaaf618e0814c4f4d3c7827a70a8729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 03:07:47 +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 a7ee1cea..b57ae869 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ numpy = { version = "0.19", optional = true } indicatif = { version = "0.17", features = ["rayon"] } rstats = "1.2.50" thiserror = "1.0" -parquet = { version = "46.0.0", default-features = false, features = [ +parquet = { version = "47.0.0", default-features = false, features = [ "arrow", "zstd", ] } From cdcea0313e6f06514969d3d4fc5231cdde8f6bc9 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 25 Sep 2023 21:12:09 -0600 Subject: [PATCH 2/2] Update Cargo.toml Update arrow --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b57ae869..47ce0c9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ parquet = { version = "47.0.0", default-features = false, features = [ "arrow", "zstd", ] } -arrow = "46.0.0" +arrow = "47.0.0" shadow-rs = { version = "0.24.0", default-features = false } serde_yaml = "0.9.21" whoami = "1.3.0" @@ -96,4 +96,4 @@ name = "nyx_space" [target.x86_64-unknown-linux-gnu] # For flamegraph -- https://github.com/flamegraph-rs/flamegraph linker = "/usr/bin/clang" -rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"] \ No newline at end of file +rustflags = ["-Clink-arg=-fuse-ld=lld", "-Clink-arg=-Wl,--no-rosegment"]