diff --git a/Cargo.toml b/Cargo.toml index c61c29a0..53f6e31f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ 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", ] }