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
617 stars 25 forks source link

fix(deps): update rust crate vorbis_rs to 0.5.2 #274

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate logo banner

This PR contains the following updates:

Package Type Update Change
vorbis_rs dependencies patch 0.5.0 -> 0.5.2

Release Notes

ComunidadAylas/vorbis-rs (vorbis_rs) ### [`v0.5.2`](https://togithub.com/ComunidadAylas/vorbis-rs/blob/HEAD/CHANGELOG.md#052---2023-11-25) [Compare Source](https://togithub.com/ComunidadAylas/vorbis-rs/compare/v0.5.1...v0.5.2) ##### Fixed - Corrected an errata in the `libvorbis` patch for the stack overflow fix of \[0.5.1]. ### [`v0.5.1`](https://togithub.com/ComunidadAylas/vorbis-rs/blob/HEAD/CHANGELOG.md#051---2023-11-25) [Compare Source](https://togithub.com/ComunidadAylas/vorbis-rs/compare/v0.5.0...v0.5.1) ##### Fixed - `VorbisEncoder::encode_audio_block` no longer causes a stack overflow in practical scenarios when encoding a large sample buffer. This overflow occurred when the available stack space was too small to handle the buffer, and usually caused segmentation faults. ([#​17](https://togithub.com/ComunidadAylas/vorbis-rs/issues/17), thanks [@​emoon](https://togithub.com/emoon)) ##### Changed - Corrected some minor pedantic Clippy lints. - Slightly reduced heap allocations when decoding signals with more than two audio channels. - Unified some minor cosmetic details of this changelog.

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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



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