diff --git a/Cargo.toml b/Cargo.toml index 2a52063d4ff..a6dc602b0ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ futures = { version = "0.3", optional = true } ahash = { version = "0.7", optional = true } # parquet support -parquet2 = { version = "0.7", optional = true, default_features = false, features = ["stream"] } +parquet2 = { version = "0.8", optional = true, default_features = false, features = ["stream"] } # avro avro-rs = { version = "0.13", optional = true, default_features = false }