Bump itertools in /5-Applications/parquet_compressor

Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.1 to 0.14.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.1...v0.14.0)

---
updated-dependencies:
- dependency-name: itertools
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit b5d6ea5e7e9b4be35cf17b734bf9e21ae570a032)
This commit is contained in:
dependabot[bot] 2026-05-19 02:21:29 +00:00 committed by Brandon Schneider
parent fea92c6c9a
commit ea7d3b94c3
2 changed files with 3 additions and 3 deletions

View file

@ -1048,9 +1048,9 @@ checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
[[package]]
name = "itertools"
version = "0.12.1"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
"either",
]

View file

@ -16,7 +16,7 @@ sysinfo = "0.30"
tokio = { version = "1.35", features = ["sync", "rt", "rt-multi-thread"] }
anyhow = "1.0"
divsufsort = "2.0"
itertools = "0.12"
itertools = "0.14"
flate2 = "1.0" # For Gzip if needed
zstd = "0.13" # For high-quality compression
wgpu = "0.19"