Update Rust crate quick-xml to 0.36.0 #152
Loading…
Reference in New Issue
Block a user
No description provided.
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.0
Release Notes
tafia/quick-xml (quick-xml)
v0.36.1
Compare Source
New Features
Reader::stream()
that can be used to read arbitrary datafrom the inner reader while track position for XML reader.
v0.36.0
Compare 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::ElementParser
andreader::PiParser
moved to the new moduleparser
.v0.35.0
Compare Source
New Features
reader::Config::allow_unmatched_ends
to permit dangling end tagsBug Fixes
Reader::read_to_end
familyof methods and trimming of the trailing spaces in
Reader::read_text
whentrim_text_start
is set and the last event is not aText
event.As a result, the following variants of
quick_xml::escape::EscapeError
are removed:TooLongDecimal
TooLongHexadecimal
Attribute::unescape_value
which does not unescape predefined values since 0.32.0.Text
event may be skipped inread_event_into()
and
read_event_into_async()
in some circumstances.Misc Changes
EscapeError::UnrecognizedSymbol
renamed toEscapeError::UnrecognizedEntity
.PartialEq
forEscapeError
.EscapeError
byInvalidCharRef
variantwith a new
ParseCharRefError
inside:EntityWithNull
InvalidDecimal
InvalidHexadecimal
InvalidCodepoint
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.
This PR has been generated by Renovate Bot.