diff --git a/nyx-core/Cargo.toml b/nyx-core/Cargo.toml index c1d0d0d0..772eac46 100644 --- a/nyx-core/Cargo.toml +++ b/nyx-core/Cargo.toml @@ -39,11 +39,11 @@ approx = "0.5" rand_pcg = "0.10" indicatif = { version = "0.18", features = ["rayon"], default-features = false } rstats = "2.0.1" -parquet = { version = "58.0.0", default-features = false, features = [ +parquet = { version = "59.0.0", default-features = false, features = [ "arrow", "zstd", ] } -arrow = "58.0.0" +arrow = "59.0.0" serde_yml = "0.0.12" either = { version = "1.8.1", features = ["serde"] } num = "0.4.0"