From 0ddeb637dde0a454a263f493267eb6d3c4024e95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 17:48:43 +0000 Subject: [PATCH] build(deps): bump parquet from 58.2.0 to 58.3.0 Bumps [parquet](https://github.com/apache/arrow-rs) from 58.2.0 to 58.3.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/commits) --- updated-dependencies: - dependency-name: parquet dependency-version: 58.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"