Update Rust crate quick-xml to 0.34.0 #103

Merged
pierre merged 1 commits from renovate/quick-xml-0.x into master 2024-06-25 01:04:47 +00:00
Owner

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

Compare Source

Bug Fixes
  • #​751: Fix internal overflow when read 4GB+ files on 32-bit targets using Reader<impl BufRead> 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<usize> to Range<u64>.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [quick-xml](https://github.com/tafia/quick-xml) | dependencies | minor | `0.33.0` -> `0.34.0` | --- ### Release Notes <details> <summary>tafia/quick-xml (quick-xml)</summary> ### [`v0.34.0`](https://github.com/tafia/quick-xml/blob/HEAD/Changelog.md#0340----2024-06-25) [Compare Source](https://github.com/tafia/quick-xml/compare/v0.33.0...v0.34.0) ##### Bug Fixes - [#&#8203;751]: Fix internal overflow when read 4GB+ files on 32-bit targets using `Reader<impl BufRead>` readers. ##### Misc Changes - [#&#8203;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. - [#&#8203;760]: `Writer::write_event` now consumes event. Use `Event::borrow()` if you want to keep ownership. - [#&#8203;751]: Type of `Reader::error_position()` and `Reader::buffer_position()` changed from `usize` to `u64`. - [#&#8203;751]: Type alias `Span` changed from `Range<usize>` to `Range<u64>`. [#&#8203;751]: https://github.com/tafia/quick-xml/issues/751 [#&#8203;760]: https://github.com/tafia/quick-xml/pull/760 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQxNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
pierre added 1 commit 2024-06-25 00:17:13 +00:00
Update Rust crate quick-xml to 0.34.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
557fb7d97b
pierre scheduled this pull request to auto merge when all checks succeed 2024-06-25 00:17:13 +00:00
pierre merged commit 557fb7d97b into master 2024-06-25 01:04:47 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: pierre/VirtWeb#103
No description provided.