Update Rust crate quick-xml to v0.40.1 #45

Merged
redbinder0526 merged 1 commit from renovate/quick-xml-0.x-lockfile into main 2026-05-21 12:00:45 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
quick-xml dependencies patch 0.40.00.40.1

Release Notes

tafia/quick-xml (quick-xml)

v0.40.1

Compare Source

Bug Fixes
  • #​964: Fix unreachable!() panic in the serde deserializer when a DOCTYPE
    declaration appears between two text runs inside an element (e.g.
    <a>x<!DOCTYPE y>z</a>). The DOCTYPE used to break drain_text's
    consecutive-text merge, so two DeEvent::Text events reached
    read_text and tripped its "Cannot be two consequent Text events"
    invariant. DOCTYPE is now treated as transparent during text drain —
    it still goes through the entity resolver, but the surrounding text
    is merged into one run. Discovered via libFuzzer on a real-world
    SAML deserializer harness.
Misc Changes

Configuration

📅 Schedule: (UTC)

  • 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.


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

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [quick-xml](https://github.com/tafia/quick-xml) | dependencies | patch | `0.40.0` → `0.40.1` | --- ### Release Notes <details> <summary>tafia/quick-xml (quick-xml)</summary> ### [`v0.40.1`](https://github.com/tafia/quick-xml/blob/HEAD/Changelog.md#0401----2026-05-15) [Compare Source](https://github.com/tafia/quick-xml/compare/v0.40.0...v0.40.1) ##### Bug Fixes - [#&#8203;964]: Fix `unreachable!()` panic in the serde deserializer when a DOCTYPE declaration appears between two text runs inside an element (e.g. `<a>x<!DOCTYPE y>z</a>`). The DOCTYPE used to break `drain_text`'s consecutive-text merge, so two `DeEvent::Text` events reached `read_text` and tripped its "Cannot be two consequent Text events" invariant. DOCTYPE is now treated as transparent during text drain — it still goes through the entity resolver, but the surrounding text is merged into one run. Discovered via libFuzzer on a real-world SAML deserializer harness. [#&#8203;964]: https://github.com/tafia/quick-xml/pull/964 ##### Misc Changes </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE1MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update Rust crate quick-xml to v0.40.1
All checks were successful
Build and Test / account (push) Successful in 4m13s
5e1a25df89
redbinder0526 deleted branch renovate/quick-xml-0.x-lockfile 2026-05-21 12:00:46 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
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
spacebar/account!45
No description provided.