From 5c33df0e360df5e4fefc1fce3a86f36b28d65e83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 16:48:28 +0000 Subject: [PATCH] build(deps): bump parquet from 58.1.0 to 58.2.0 Bumps [parquet](https://github.com/apache/arrow-rs) from 58.1.0 to 58.2.0. - [Release notes](https://github.com/apache/arrow-rs/releases) - [Changelog](https://github.com/apache/arrow-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/apache/arrow-rs/compare/58.1.0...58.2.0) --- updated-dependencies: - dependency-name: parquet dependency-version: 58.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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"