build(deps): update quick-xml requirement from 0.37 to 0.38
Updates the requirements on quick-xml to permit the latest version.
Changelog
Sourced from quick-xml's changelog.
0.38.0 -- 2025-06-28
Significant changes
Now references to entities (as predefined, such as
<, as user-defined) reported as a newEvent::GeneralRef. Caller can parse the content of the entity and stream events from it as it is required by the XML specification. See the updatedcustom_entitiesexample!Implement whitespace behavior in the standard in
Deserializer, which says string primitive types should preserve whitespace, while all other primitives have collapse behavior.New Features
- #863: Add
Attributes::into_map_access(&str)andAttributes::into_deserializer()whenserializefeature is enabled. This will allow do deserialize serde types right from attributes. Both methods returns the same type which implements serde'sDeserializerandMapAccesstraits.- #766: Allow to parse resolved entities as XML fragments and stream events from them.
- #766: Added new event
Event::GeneralRefwith content of [general entity].- #766: Added new configuration option
allow_dangling_ampwhich allows to have a¬ followed by;in the textual data which is required for some applications for compatibility reasons.- #285: Add ability to
quick_xml::de::Textto access text with trimmed spacesBug Fixes
- #868: Allow to have both
$textand$valuespecial fields in one struct. Previously any text will be recognized as$valuefield even when$textfield is also presented.- #868: Skip text events when deserialize a sequence of items overlapped with text (including CDATA).
- #841: Do not strip
xmlprefix from the attributes when map them to struct fields inDeserializer.Misc Changes
- #863: Remove
From<QName<'a>> for BytesStart<'a>because nowBytesStartstores the encoding in which its data is encoded, butQNameis a simple wrapper around byte slice.- #766:
BytesText::unescapeandBytesText::unescape_withreplaced byBytesText::decode. Now Text events does not contain escaped parts which are reported asEvent::GeneralRef.#285: tafia/quick-xml#285 #766: tafia/quick-xml#766 #841: tafia/quick-xml#841 #863: tafia/quick-xml#863 #868: tafia/quick-xml#868 [general entity]: https://www.w3.org/TR/xml11/#gen-entity
0.37.5 -- 2025-04-27
New Features
... (truncated)
Commits
e8806e0Release 0.38.07c4b702Fix incorrect references in the documentation2cbb2b8Merge pull request #873 from curatorsigma/serde_roundtrip_xml_attrsbc18c57serde: allow xml: attributes to roundtrip899d573Skip unwanted text events in sequences5942a13Add regression test for #868f152aecAllow both&textand$valuefields in the same structd6dfeedMerge pull request #872 from Mingun/update-compare6017acfMerge pull request #865 from ggodlewski/untrim15a3e86compare: Put each group into its own file to be able to run them independentl...- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.