diff --git a/Cargo.toml b/Cargo.toml index e57fb42e8fb..d1c8b29e647 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,8 +68,7 @@ futures = { version = "0.3", optional = true } ahash = { version = "0.7", optional = true } # parquet support -#parquet2 = { version = "0.9", optional = true, default_features = false, features = ["stream"] } -parquet2 = { git = "https://github.com/jorgecarleitao/parquet2", branch = "writer", optional = true, default_features = false, features = ["stream"] } +parquet2 = { version = "0.10", optional = true, default_features = false, features = ["stream"] } # avro support avro-schema = { version = "0.2", optional = true }