diff --git a/Cargo.toml b/Cargo.toml index a7ee1cea..47ce0c9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,11 +62,11 @@ 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", ] } -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"]