diff --git a/Cargo.toml b/Cargo.toml index 6500ca771ba..218ed07b33b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ futures = { version = "0.3", optional = true } # for faster hashing ahash = { version = "0.7", optional = true } -parquet2 = { version = "0.4", optional = true, default_features = false, features = ["stream"] } +parquet2 = { version = "0.5", optional = true, default_features = false, features = ["stream"] } avro-rs = { version = "0.13", optional = true, default_features = false }