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