mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-31 03:05:21 +00:00
chore(deps): bump itertools in /5-Applications/parquet_compressor
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.14.0 to 0.15.0. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: itertools dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c3d7516849
commit
107434d314
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]]
|
[[package]]
|
||||||
name = "itertools"
|
name = "itertools"
|
||||||
version = "0.14.0"
|
version = "0.15.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
|
checksum = "8b4baf93f58d4425749ca49a51c50ebab072c5df6994d08fed93541c331481dc"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"either",
|
"either",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ sysinfo = "0.30"
|
||||||
tokio = { version = "1.35", features = ["sync", "rt", "rt-multi-thread"] }
|
tokio = { version = "1.35", features = ["sync", "rt", "rt-multi-thread"] }
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
divsufsort = "2.0"
|
divsufsort = "2.0"
|
||||||
itertools = "0.14"
|
itertools = "0.15"
|
||||||
flate2 = "1.0" # For Gzip if needed
|
flate2 = "1.0" # For Gzip if needed
|
||||||
zstd = "0.13" # For high-quality compression
|
zstd = "0.13" # For high-quality compression
|
||||||
wgpu = "0.19"
|
wgpu = "0.19"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue