From cdcea0313e6f06514969d3d4fc5231cdde8f6bc9 Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 25 Sep 2023 21:12:09 -0600 Subject: [PATCH] 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"]