diff --git a/Cargo.lock b/Cargo.lock index 249ac2c37ab..62925acf221 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5958,9 +5958,9 @@ dependencies = [ [[package]] name = "parquet" -version = "58.2.0" +version = "58.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43d7efd3052f7d6ef601085559a246bc991e9a8cc77e02753737df6322ce35f1" +checksum = "5dafa7d01085b62a47dd0c1829550a0a36710ea9c4fe358a05a85477cec8a908" dependencies = [ "ahash", "arrow-array", diff --git a/Cargo.toml b/Cargo.toml index c4f590be0e7..0688020060a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -123,7 +123,7 @@ url = "2.5.8" ahash = "0.8.11" arrow = { version = "=58.3.0" } arrow-flight = { version = "=58.3.0", features = ["flight-sql-experimental"] } -parquet = { version = "=58.2.0" } +parquet = { version = "=58.3.0" } futures = "0.3.31" half = "2.7.1" indoc = "2.0.7"