diff --git a/datafusion/common/Cargo.toml b/datafusion/common/Cargo.toml index 652dde5fbd5e1..06bc89888b2d6 100644 --- a/datafusion/common/Cargo.toml +++ b/datafusion/common/Cargo.toml @@ -42,6 +42,6 @@ arrow = { version = "13", features = ["prettyprint"] } avro-rs = { version = "0.13", features = ["snappy"], optional = true } cranelift-module = { version = "0.83.0", optional = true } ordered-float = "3.0" -parquet = { version = "13", features = ["arrow"], optional = true } +parquet = { version = "14", features = ["arrow"], optional = true } pyo3 = { version = "0.16", optional = true } sqlparser = "0.17" diff --git a/datafusion/core/Cargo.toml b/datafusion/core/Cargo.toml index 54fac119b519e..54ecf28a0ff8d 100644 --- a/datafusion/core/Cargo.toml +++ b/datafusion/core/Cargo.toml @@ -73,7 +73,7 @@ num-traits = { version = "0.2", optional = true } num_cpus = "1.13.0" ordered-float = "3.0" parking_lot = "0.12" -parquet = { version = "13", features = ["arrow"] } +parquet = { version = "14", features = ["arrow"] } paste = "^1.0" pin-project-lite = "^0.2.7" pyo3 = { version = "0.16", optional = true }