core
core copied to clipboard
chore(cargo): bump quick-xml from 0.31.0 to 0.35.0
Bumps quick-xml from 0.31.0 to 0.35.0.
Release notes
Sourced from quick-xml's releases.
v0.35.0 - a couple of bugfixes
What's Changed
New Features
- #772: Add
reader::Config::allow_unmatched_endsto permit dangling end tags.Bug Fixes
- #773: Fixed reporting incorrect end position in
Reader::read_to_endfamily of methods and trimming of the trailing spaces inReader::read_textwhentrim_text_startis set and the last event is not aTextevent.- #771: Character references now allow any number of leading zeroes as it should. As a result, the following variants of
quick_xml::escape::EscapeErrorare removed:
TooLongDecimalTooLongHexadecimal- #771: Fixed
Attribute::unescape_valuewhich does not unescape predefined values since 0.32.0.- #774: Fixed regression since 0.33.0:
Textevent may be skipped inread_event_into()andread_event_into_async()in some circumstances.Misc Changes
- #771:
EscapeError::UnrecognizedSymbolrenamed toEscapeError::UnrecognizedEntity.- #771: Implemented
PartialEqforEscapeError.- #771: Replace the following variants of
EscapeErrorbyInvalidCharRefvariant with a newParseCharRefErrorinside:
EntityWithNullInvalidDecimalInvalidHexadecimalInvalidCodepoint#771: tafia/quick-xml#771 #772: tafia/quick-xml#772 #773: tafia/quick-xml#773 #774: tafia/quick-xml#774
New Contributors
@​torokati44made their first contribution in tafia/quick-xml#772Full Changelog: https://github.com/tafia/quick-xml/compare/v0.34.0...v0.35.0
v0.34.0 - allow to read 4GB+ files on 32-bit targets
What's Changed
Bug Fixes
- #751: Fix internal overflow when read 4GB+ files on 32-bit targets using
Reader<impl BufRead>readers.Misc Changes
- #760:
Attribute::decode_and_unescape_valueandAttribute::decode_and_unescape_value_withnow acceptsDecoderinstead ofReader. UseReader::decoder()to get it.- #760:
Writer::write_eventnow consumes event. UseEvent::borrow()if you want to keep ownership.- #751: Type of
Reader::error_position()andReader::buffer_position()changed fromusizetou64.- #751: Type alias
Spanchanged fromRange<usize>toRange<u64>.
... (truncated)
Changelog
Sourced from quick-xml's changelog.
0.35.0 -- 2024-06-29
New Features
- #772: Add
reader::Config::allow_unmatched_endsto permit dangling end tagsBug Fixes
- #773: Fixed reporting incorrect end position in
Reader::read_to_endfamily of methods and trimming of the trailing spaces inReader::read_textwhentrim_text_startis set and the last event is not aTextevent.- #771: Character references now allow any number of leading zeroes as it should. As a result, the following variants of
quick_xml::escape::EscapeErrorare removed:
TooLongDecimalTooLongHexadecimal- #771: Fixed
Attribute::unescape_valuewhich does not unescape predefined values since 0.32.0.- #774: Fixed regression since 0.33.0:
Textevent may be skipped inread_event_into()andread_event_into_async()in some circumstances.Misc Changes
- #771:
EscapeError::UnrecognizedSymbolrenamed toEscapeError::UnrecognizedEntity.- #771: Implemented
PartialEqforEscapeError.- #771: Replace the following variants of
EscapeErrorbyInvalidCharRefvariant with a newParseCharRefErrorinside:
EntityWithNullInvalidDecimalInvalidHexadecimalInvalidCodepoint#771: tafia/quick-xml#771 #772: tafia/quick-xml#772 #773: tafia/quick-xml#773 #774: tafia/quick-xml#774
0.34.0 -- 2024-06-25
Bug Fixes
- #751: Fix internal overflow when read 4GB+ files on 32-bit targets using
Reader<impl BufRead>readers.Misc Changes
- #760:
Attribute::decode_and_unescape_valueandAttribute::decode_and_unescape_value_withnow acceptsDecoderinstead ofReader. UseReader::decoder()to get it.- #760:
Writer::write_eventnow consumes event. UseEvent::borrow()if you want to keep ownership.- #751: Type of
Reader::error_position()andReader::buffer_position()changed fromusizetou64.- #751: Type alias
Spanchanged fromRange<usize>toRange<u64>.
... (truncated)
Commits
22b3e45Release 0.35.0ae9fca6Add link to issue that when resolved may allow us to not exclude tests & exam...0534c87Fix missing text events in some circumstances022441fAdd regression tests for #7749a72c7bMerge pull request #771 from Mingun/escape-fixes0315ed0Fix Attribute::unescape_value does not unescape predefined entities since #739aa1d391Reuse existing method with does the same thing whenencodingfeature is dis...80bf12dAdd helper to decoder Cow data, which retains original lifetime42d7123Do not allow (positive) sign in character references04bddd6Use standard methods to parse character reference to a number- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)