Update Rust crate quick-xml to 0.36.0 #152
Reference in New Issue
Block a user
Delete Branch "renovate/quick-xml-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.34.0->0.36.0Release Notes
tafia/quick-xml (quick-xml)
v0.36.1Compare Source
New Features
Reader::stream()that can be used to read arbitrary datafrom the inner reader while track position for XML reader.
v0.36.0Compare Source
Bug Fixes
<![CDATA[can start it.Previously any case was allowed.
.error_position()when encountering syntax error for open or self-closed tag.Misc Changes
reader::Parser,reader::ElementParserandreader::PiParsermoved to the new moduleparser.v0.35.0Compare Source
New Features
reader::Config::allow_unmatched_endsto permit dangling end tagsBug Fixes
Reader::read_to_endfamilyof methods and trimming of the trailing spaces in
Reader::read_textwhentrim_text_startis set and the last event is not aTextevent.As a result, the following variants of
quick_xml::escape::EscapeErrorare removed:TooLongDecimalTooLongHexadecimalAttribute::unescape_valuewhich does not unescape predefined values since 0.32.0.Textevent may be skipped inread_event_into()and
read_event_into_async()in some circumstances.Misc Changes
EscapeError::UnrecognizedSymbolrenamed toEscapeError::UnrecognizedEntity.PartialEqforEscapeError.EscapeErrorbyInvalidCharRefvariantwith a new
ParseCharRefErrorinside:EntityWithNullInvalidDecimalInvalidHexadecimalInvalidCodepointConfiguration
📅 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.
This PR has been generated by Renovate Bot.