mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
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:
parent
84da520be9
commit
5bb0470b63
2 changed files with 3 additions and 3 deletions
4
5-Applications/parquet_compressor/Cargo.lock
generated
4
5-Applications/parquet_compressor/Cargo.lock
generated
|
|
@ -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",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue