russellbanks / Komac

The Community Manifest Creator for WinGet
GNU General Public License v3.0
199 stars 17 forks source link

Update Rust crate quick-xml to 0.34.0 #659

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
quick-xml dependencies minor 0.33.0 -> 0.34.0

Release Notes

tafia/quick-xml (quick-xml) ### [`v0.34.0`](https://togithub.com/tafia/quick-xml/blob/HEAD/Changelog.md#0340----2024-06-25) [Compare Source](https://togithub.com/tafia/quick-xml/compare/v0.33.0...v0.34.0) ##### Bug Fixes - [#​751]: Fix internal overflow when read 4GB+ files on 32-bit targets using `Reader` readers. ##### Misc Changes - [#​760]: `Attribute::decode_and_unescape_value` and `Attribute::decode_and_unescape_value_with` now accepts `Decoder` instead of `Reader`. Use `Reader::decoder()` to get it. - [#​760]: `Writer::write_event` now consumes event. Use `Event::borrow()` if you want to keep ownership. - [#​751]: Type of `Reader::error_position()` and `Reader::buffer_position()` changed from `usize` to `u64`. - [#​751]: Type alias `Span` changed from `Range` to `Range`. [#​751]: https://togithub.com/tafia/quick-xml/issues/751 [#​760]: https://togithub.com/tafia/quick-xml/pull/760

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» 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.