ComunidadAylas / PackSquash

📦 Minecraft: Java Edition resource and data pack optimizer which aims to achieve the best possible compression, performance and protection, improving pack distribution, storage and in-game load times.
https://packsquash.aylas.org
GNU Affero General Public License v3.0
612 stars 25 forks source link

fix(deps): update rust dependencies #290

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 9 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ahash dependencies patch 0.8.9 -> 0.8.11
indexmap dependencies patch 2.2.3 -> 2.2.5
log dependencies patch 0.4.20 -> 0.4.21
symphonia dependencies patch 0.5.3 -> 0.5.4
sysinfo dependencies patch 0.30.5 -> 0.30.6
tempfile (source) dependencies patch 3.10.0 -> 3.10.1
walkdir dependencies minor 2.4.0 -> 2.5.0
wmi dependencies patch 0.13.2 -> 0.13.3

Release Notes

tkaitchuck/ahash (ahash) ### [`v0.8.11`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.11) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.10...v0.8.11) Patch release to further strengthen u64 fastpath based on [#​210](https://togithub.com/tkaitchuck/ahash/issues/210) **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.10...v0.8.11 ### [`v0.8.10`](https://togithub.com/tkaitchuck/aHash/releases/tag/v0.8.10) [Compare Source](https://togithub.com/tkaitchuck/ahash/compare/v0.8.9...v0.8.10) Patch to fix [#​210](https://togithub.com/tkaitchuck/ahash/issues/210) which caused poor distribution when hashing a single u64 on nightly. **Full Changelog**: https://github.com/tkaitchuck/aHash/compare/v0.8.9...v0.8.10
indexmap-rs/indexmap (indexmap) ### [`v2.2.5`](https://togithub.com/indexmap-rs/indexmap/blob/HEAD/RELEASES.md#225) [Compare Source](https://togithub.com/indexmap-rs/indexmap/compare/2.2.4...2.2.5) - Added optional `borsh` serialization support. ### [`v2.2.4`](https://togithub.com/indexmap-rs/indexmap/blob/HEAD/RELEASES.md#224) [Compare Source](https://togithub.com/indexmap-rs/indexmap/compare/2.2.3...2.2.4) - Added an `insert_sorted` method on `IndexMap`, `IndexSet`, and `VacantEntry`. - Avoid hashing for lookups in single-entry maps. - Limit preallocated memory in `serde` deserializers.
rust-lang/log (log) ### [`v0.4.21`](https://togithub.com/rust-lang/log/blob/HEAD/CHANGELOG.md#0421---2024-02-27) [Compare Source](https://togithub.com/rust-lang/log/compare/0.4.20...0.4.21)
pdeljanov/Symphonia (symphonia) ### [`v0.5.4`](https://togithub.com/pdeljanov/Symphonia/releases/tag/v0.5.4) [Compare Source](https://togithub.com/pdeljanov/Symphonia/compare/v0.5.3...v0.5.4) #### New Features - Support for demuxing AIFF by [@​dedobbin](https://togithub.com/dedobbin) in [https://github.com/pdeljanov/Symphonia/pull/193](https://togithub.com/pdeljanov/Symphonia/pull/193) - Support for demuxing CAF by [@​irh](https://togithub.com/irh) in [https://github.com/pdeljanov/Symphonia/pull/232](https://togithub.com/pdeljanov/Symphonia/pull/232) - Added optional SIMD acceleration using RustFFT. Enable specific SIMD ISAs with the `opt-simd-sse`, `opt-simd-avx`, and `opt-simd-neon` feature flags, or `opt-simd` to enable all. #### Deprecations - The `symphonia-format-wav` crate is now deprecated and superseded by the `symphonia-format-riff` crate. This new crate is intended to support demuxing of all RIFF-based multimedia formats such as WAVE, AIFF, AVI, etc. As of this release, the `symphonia-format-riff` crate provides `WavReader` and `AiffReader`. #### Bug Fixes & Improvements - Major optimizations for AAC, FLAC, MP3, and Vorbis decoders. - Support for FLAC picture blocks in Vorbis comments. - Fix edge cases when seeking OGG or FLAC formats. - Many other fixes across the board! #### New Contributors - [@​dedobbin](https://togithub.com/dedobbin) made their first contribution in [https://github.com/pdeljanov/Symphonia/pull/193](https://togithub.com/pdeljanov/Symphonia/pull/193) - [@​AkiyukiOkayasu](https://togithub.com/AkiyukiOkayasu) made their first contribution in [https://github.com/pdeljanov/Symphonia/pull/205](https://togithub.com/pdeljanov/Symphonia/pull/205) - [@​tenzap](https://togithub.com/tenzap) made their first contribution in [https://github.com/pdeljanov/Symphonia/pull/191](https://togithub.com/pdeljanov/Symphonia/pull/191) - [@​ClementNerma](https://togithub.com/ClementNerma) made their first contribution in [https://github.com/pdeljanov/Symphonia/pull/227](https://togithub.com/pdeljanov/Symphonia/pull/227) - [@​nukeop](https://togithub.com/nukeop) made their first contribution in [https://github.com/pdeljanov/Symphonia/pull/243](https://togithub.com/pdeljanov/Symphonia/pull/243) - [@​chris-ha458](https://togithub.com/chris-ha458) made their first contribution in [https://github.com/pdeljanov/Symphonia/pull/230](https://togithub.com/pdeljanov/Symphonia/pull/230) - [@​perxjoh](https://togithub.com/perxjoh) made their first contribution in [https://github.com/pdeljanov/Symphonia/pull/233](https://togithub.com/pdeljanov/Symphonia/pull/233) - [@​irh](https://togithub.com/irh) made their first contribution in [https://github.com/pdeljanov/Symphonia/pull/232](https://togithub.com/pdeljanov/Symphonia/pull/232) - [@​abique](https://togithub.com/abique) made their first contribution in [https://github.com/pdeljanov/Symphonia/pull/262](https://togithub.com/pdeljanov/Symphonia/pull/262) - [@​karlri](https://togithub.com/karlri) made their first contribution in [https://github.com/pdeljanov/Symphonia/pull/231](https://togithub.com/pdeljanov/Symphonia/pull/231) **Full Changelog**: https://github.com/pdeljanov/Symphonia/compare/v0.5.3...v0.5.4
GuillaumeGomez/sysinfo (sysinfo) ### [`v0.30.6`](https://togithub.com/GuillaumeGomez/sysinfo/blob/HEAD/CHANGELOG.md#0306) [Compare Source](https://togithub.com/GuillaumeGomez/sysinfo/compare/v0.30.5...v0.30.6) - macOS: Fix missing update of process run time. - Add new `Groups` API. - Improve documentation.
Stebalien/tempfile (tempfile) ### [`v3.10.1`](https://togithub.com/Stebalien/tempfile/blob/HEAD/CHANGELOG.md#3101) [Compare Source](https://togithub.com/Stebalien/tempfile/compare/v3.10.0...v3.10.1) - Handle potential integer overflows in 32-bit systems when seeking/truncating "spooled" temporary files past 4GiB (2³²). - Handle a theoretical 32-bit overflow when generating a temporary file name larger than 4GiB. Now it'll panic (on allocation failure) rather than silently succeeding due to wraparound. Thanks to [@​stoeckmann](https://togithub.com/stoeckmann) for finding and fixing both of these issues.
BurntSushi/walkdir (walkdir) ### [`v2.5.0`](https://togithub.com/BurntSushi/walkdir/compare/2.4.0...2.5.0) [Compare Source](https://togithub.com/BurntSushi/walkdir/compare/2.4.0...2.5.0)
ohadravid/wmi-rs (wmi) ### [`v0.13.3`](https://togithub.com/ohadravid/wmi-rs/releases/tag/v0.13.3) [Compare Source](https://togithub.com/ohadravid/wmi-rs/compare/v0.13.2...v0.13.3) #### What's Changed - Support for unit enum desr by [@​ohadravid](https://togithub.com/ohadravid) in [https://github.com/ohadravid/wmi-rs/pull/91](https://togithub.com/ohadravid/wmi-rs/pull/91) & [@​omer54463](https://togithub.com/omer54463) in [https://github.com/ohadravid/wmi-rs/pull/92](https://togithub.com/ohadravid/wmi-rs/pull/92) #### New Contributors - [@​omer54463](https://togithub.com/omer54463) made their first contribution in [https://github.com/ohadravid/wmi-rs/pull/92](https://togithub.com/ohadravid/wmi-rs/pull/92) **Full Changelog**: https://github.com/ohadravid/wmi-rs/compare/v0.13.2...v0.13.3

Configuration

📅 Schedule: Branch creation - "every 3 day" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 9 months ago

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.