diff --git a/Cargo.toml b/Cargo.toml index 1a2f4a84af38..6c37be23b340 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ log = "^0.4" num_cpus = "1.13.0" object_store = "0.7.0" parking_lot = "0.12" -parquet = { version = "48.0.0", features = ["arrow", "async", "object_store"] } +parquet = { version = "49.0.0", features = ["arrow", "async", "object_store"] } rand = "0.8" rstest = "0.18.0" serde_json = "1" diff --git a/datafusion/wasmtest/Cargo.toml b/datafusion/wasmtest/Cargo.toml index 882b02bcc84b..f213c375b0d0 100644 --- a/datafusion/wasmtest/Cargo.toml +++ b/datafusion/wasmtest/Cargo.toml @@ -46,5 +46,5 @@ datafusion-sql = { workspace = true } # getrandom must be compiled with js feature getrandom = { version = "0.2.8", features = ["js"] } -parquet = { version = "48.0.0", default-features = false } +parquet = { version = "49.0.0", default-features = false } wasm-bindgen = "0.2.87"