Update Rust crate quick-xml to 0.38.1 #374
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.38.0
->0.38.1
Release Notes
tafia/quick-xml (quick-xml)
v0.38.1
Compare Source
Important changes
To get text in events according to the XML specification (normalized EOLs) use the
new methods
xml_content()
instead ofdecode()
.Deserializer
uses new methodautomatically.
New Features
Deserializer
from existingNsReader
:Deserializer::borrowing
Deserializer::borrowing_with_resolver
Deserializer::buffering
Deserializer::buffering_with_resolver
$value
fields. The struct name willbe used as a tag name. Previously only enums was allowed there.
BytesText::xml_content
,BytesCData::xml_content
andBytesRef::xml_content
methods which returns XML EOL normalized strings.
BytesText::html_content
,BytesCData::html_content
andBytesRef::html_content
methods which returns HTML EOL normalized strings.
Bug Fixes
Deserializer
.list of values and attribute requires decoding.
Misc Changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.