Update Rust crate quick-xml to 0.34.0 #103
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.33.0->0.34.0Release Notes
tafia/quick-xml (quick-xml)
v0.34.0Compare Source
Bug Fixes
Reader<impl BufRead>readers.Misc Changes
Attribute::decode_and_unescape_valueandAttribute::decode_and_unescape_value_withnowaccepts
Decoderinstead ofReader. UseReader::decoder()to get it.Writer::write_eventnow consumes event. UseEvent::borrow()if you want to keep ownership.Reader::error_position()andReader::buffer_position()changed fromusizetou64.Spanchanged 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.