mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-08-11 08:30:34 +00:00
chore(deps): bump pollster in /5-Applications/parquet_compressor
Bumps [pollster](https://github.com/zesterer/pollster) from 0.3.0 to 0.4.0. - [Changelog](https://github.com/zesterer/pollster/blob/master/CHANGELOG.md) - [Commits](https://github.com/zesterer/pollster/commits) --- updated-dependencies: - dependency-name: pollster dependency-version: 0.4.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
1126b22d60
commit
3edc70fe51
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
|
|
@ -1511,9 +1511,9 @@ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
|
|||
|
||||
[[package]]
|
||||
name = "pollster"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2"
|
||||
checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
|
||||
|
||||
[[package]]
|
||||
name = "portable-atomic"
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ flate2 = "1.0" # For Gzip if needed
|
|||
zstd = "0.13" # For high-quality compression
|
||||
wgpu = "0.19"
|
||||
bytemuck = { version = "1.14", features = ["derive"] }
|
||||
pollster = "0.3"
|
||||
pollster = "0.4"
|
||||
chrono = "0.4"
|
||||
glob = "0.3"
|
||||
pathdiff = "0.2"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue