File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,11 @@ numpy = { version = "0.19", optional = true }
62
62
indicatif = { version = " 0.17" , features = [" rayon" ] }
63
63
rstats = " 1.2.50"
64
64
thiserror = " 1.0"
65
- parquet = { version = " 46 .0.0" , default-features = false , features = [
65
+ parquet = { version = " 47 .0.0" , default-features = false , features = [
66
66
" arrow" ,
67
67
" zstd" ,
68
68
] }
69
- arrow = " 46 .0.0"
69
+ arrow = " 47 .0.0"
70
70
shadow-rs = { version = " 0.24.0" , default-features = false }
71
71
serde_yaml = " 0.9.21"
72
72
whoami = " 1.3.0"
@@ -96,4 +96,4 @@ name = "nyx_space"
96
96
[target .x86_64-unknown-linux-gnu ]
97
97
# For flamegraph -- https://github.com/flamegraph-rs/flamegraph
98
98
linker = " /usr/bin/clang"
99
- rustflags = [" -Clink-arg=-fuse-ld=lld" , " -Clink-arg=-Wl,--no-rosegment" ]
99
+ rustflags = [" -Clink-arg=-fuse-ld=lld" , " -Clink-arg=-Wl,--no-rosegment" ]
You can’t perform that action at this time.
0 commit comments