diff --git a/Cargo.toml b/Cargo.toml index 976efead..621f008f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ arrow-row = { version = "= 53.3.0" } arrow-schema = { version = "= 53.3.0", features = ["serde"] } arrow-select = { version = "= 53.3.0" } object_store = { version = "= 0.11.2", features = ["aws", "azure", "gcp"] } -parquet = { version = "= 53.3.0", features = ["async", "object_store"] } +parquet = { version = "= 54.0.0", features = ["async", "object_store"] } # datafusion datafusion = { version = "= 43.0.0" }