Update Rust crate quick-xml to 0.35.0 #110
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.35.0
Release Notes
tafia/quick-xml (quick-xml)
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.
Renovate Ignore Notification
Because you closed this PR without merging, Renovate will ignore this update (
0.35.0
). You will get a PR once a newer version is released. To ignore this dependency forever, add it to theignoreDeps
array of your Renovate config.If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.