chore(deps): update rust crate quick-xml to v0.38.4 #190

Merged
renovatebot merged 1 commits from renovate/all-minor-patch into master 2025-11-14 14:46:38 -08:00
Collaborator

This PR contains the following updates:

Package Type Update Change
quick-xml dependencies patch 0.38.3 -> 0.38.4

Release Notes

tafia/quick-xml (quick-xml)

v0.38.4

Compare Source

New Features
  • #​353: Add ability to serialize textual content as CDATA sections in Serializer.
    Everywhere where the text node may be created, a CDATA section(s) could be produced instead.
    See the new Serializer::text_format() method.
Bug Fixes
  • #​912: Fix deserialization of numbers, booleans and characters that is space-wrapped, for example
    <int> 42 </int>. That space characters are usually indent added during serialization and
    other XML serialization libraries trims them
Misc Changes
  • #​901: Fix running tests on 32-bit architecture
  • #​909: Avoid some allocations in the Serializer

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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [quick-xml](https://github.com/tafia/quick-xml) | dependencies | patch | `0.38.3` -> `0.38.4` | --- ### Release Notes <details> <summary>tafia/quick-xml (quick-xml)</summary> ### [`v0.38.4`](https://github.com/tafia/quick-xml/blob/HEAD/Changelog.md#0384----2025-11-) [Compare Source](https://github.com/tafia/quick-xml/compare/v0.38.3...v0.38.4) ##### New Features - [#&#8203;353]: Add ability to serialize textual content as CDATA sections in `Serializer`. Everywhere where the text node may be created, a CDATA section(s) could be produced instead. See the new [`Serializer::text_format()`] method. ##### Bug Fixes - [#&#8203;912]: Fix deserialization of numbers, booleans and characters that is space-wrapped, for example `<int> 42 </int>`. That space characters are usually indent added during serialization and other XML serialization libraries trims them ##### Misc Changes - [#&#8203;901]: Fix running tests on 32-bit architecture - [#&#8203;909]: Avoid some allocations in the `Serializer` [#&#8203;353]: https://github.com/tafia/quick-xml/issues/353 [#&#8203;901]: https://github.com/tafia/quick-xml/pull/901 [#&#8203;909]: https://github.com/tafia/quick-xml/pull/909 [#&#8203;912]: https://github.com/tafia/quick-xml/pull/912 [`Serializer::text_format()`]: https://docs.rs/quick-xml/0.38.4/quick_xml/se/struct.Serializer.html#method.text_format </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42LjEiLCJ1cGRhdGVkSW5WZXIiOiI0Mi42LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
renovatebot added 1 commit 2025-11-11 11:31:46 -08:00
chore(deps): update rust crate quick-xml to v0.38.4
Some checks failed
Continuous integration / Check (push) Successful in 3m6s
Continuous integration / Test Suite (push) Successful in 4m20s
Continuous integration / Trunk (push) Failing after 2m40s
Continuous integration / Rustfmt (push) Successful in 54s
Continuous integration / build (push) Successful in 4m46s
Continuous integration / Disallow unused dependencies (push) Successful in 2m22s
0b3d5ae99d
renovatebot force-pushed renovate/all-minor-patch from 0b3d5ae99d to 2d6bf544da 2025-11-14 14:16:59 -08:00 Compare
renovatebot merged commit 639b6c9f0a into master 2025-11-14 14:46:38 -08:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: wathiede/letterbox#190
No description provided.