diff --git a/Cargo.toml b/Cargo.toml index 03675558..a8b76312 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ approx = "0.5" rand_pcg = "0.9" indicatif = { version = "0.18", features = ["rayon"], default-features = false } rstats = "2.0.1" -parquet = { version = "56.0.0", default-features = false, features = [ +parquet = { version = "57.0.0", default-features = false, features = [ "arrow", "zstd", ] }