Update Rust crate quick-xml to 0.34.0 #103
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.33.0
->0.34.0
Release Notes
tafia/quick-xml (quick-xml)
v0.34.0
Compare Source
Bug Fixes
Reader<impl BufRead>
readers.Misc Changes
Attribute::decode_and_unescape_value
andAttribute::decode_and_unescape_value_with
nowaccepts
Decoder
instead ofReader
. UseReader::decoder()
to get it.Writer::write_event
now consumes event. UseEvent::borrow()
if you want to keep ownership.Reader::error_position()
andReader::buffer_position()
changed fromusize
tou64
.Span
changed fromRange<usize>
toRange<u64>
.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.