diff --git a/Cargo.lock b/Cargo.lock index 7e5a8f1857f..c02e0a73288 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5968,9 +5968,9 @@ dependencies = [ [[package]] name = "parquet" -version = "58.1.0" +version = "58.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d3f9f2205199603564127932b89695f52b62322f541d0fc7179d57c2e1c9877" +checksum = "43d7efd3052f7d6ef601085559a246bc991e9a8cc77e02753737df6322ce35f1" dependencies = [ "ahash", "arrow-array", @@ -5985,7 +5985,7 @@ dependencies = [ "chrono", "flate2", "half", - "hashbrown 0.16.1", + "hashbrown 0.17.0", "lz4_flex", "num-bigint 0.4.6", "num-integer", diff --git a/Cargo.toml b/Cargo.toml index 2c1679d9643..4839f350d3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -123,7 +123,7 @@ url = "2.5.8" ahash = "0.8.11" arrow = { version = "=58.1.0" } arrow-flight = { version = "=58.2.0", features = ["flight-sql-experimental"] } -parquet = { version = "=58.1.0" } +parquet = { version = "=58.2.0" } futures = "0.3.31" half = "2.7.1" indoc = "2.0.7"