diff --git a/Cargo.toml b/Cargo.toml index 909b56b7..abb76d9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,11 +61,11 @@ pyo3-log = { version = "0.10", optional = true } numpy = { version = "0.21", optional = true } indicatif = { version = "0.17", features = ["rayon"] } rstats = "2.0.1" -parquet = { version = "52.0.0", default-features = false, features = [ +parquet = { version = "53.0.0", default-features = false, features = [ "arrow", "zstd", ] } -arrow = "52.0.0" +arrow = "53.0.0" shadow-rs = { version = "0.35.0", default-features = false } serde_yaml = "0.9.21" whoami = "1.3.0"