fix(deps): update rust crate quick-xml to 0.39.0 #225

Merged
renovatebot merged 1 commits from renovate/all-minor-patch into master 2026-01-11 11:31:18 -08:00
Collaborator

This PR contains the following updates:

Package Type Update Change
quick-xml dependencies minor 0.38.10.39.0

Release Notes

tafia/quick-xml (quick-xml)

v0.39.0

Compare Source

Added a way to configure Writer. Now all configuration is contained in the writer::Config
struct and can be applied at once. When serde-types feature is enabled, configuration is serializable.

New Features
  • #​846: Add methods config() and config_mut() to inspect and change the writer configuration.
  • #​846: Add ability to write space before /> in self-closed tags for maximum compatibility with
    XHTML.
  • #​846: Add method empty_element_handling() as a more powerful alternative to expand_empty_elements()
    in Serializer.
  • #​929: Allow to pass list of field names to impl_deserialize_for_internally_tagged_enum! macro
    which is required if you enum variants contains $value fields.
Bug Fixes
  • #​923: Implement correct skipping of well-formed DTD.
Misc Changes
  • #​908: Increase minimal supported serde version from 1.0.139 to 1.0.180.
  • #​913: Deprecate .prefixes(), .resolve(), .resolve_attribute(), and .resolve_element()
    of NsReader. Use .resolver().bindings() and .resolver().resolve() methods instead.
  • #​913: Attributes::has_nil now accepts NamespaceResolver instead of Reader<R>.
  • #​924: (breaking change) Split SyntaxError::UnclosedPIOrXmlDecl into UnclosedPI and
    UnclosedXmlDecl for more precise error reporting.
  • #​924: (breaking change) Parser::eof_error now takes &self and content &[u8] parameters.
  • #​926: (breaking change) Split SyntaxError::UnclosedTag into UnclosedTag,
    UnclosedSingleQuotedAttributeValue and UnclosedDoubleQuotedAttributeValue for more precise error reporting.

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 | minor | `0.38.1` → `0.39.0` | --- ### Release Notes <details> <summary>tafia/quick-xml (quick-xml)</summary> ### [`v0.39.0`](https://github.com/tafia/quick-xml/blob/HEAD/Changelog.md#0390----2026-01-11) [Compare Source](https://github.com/tafia/quick-xml/compare/v0.38.4...v0.39.0) Added a way to configure `Writer`. Now all configuration is contained in the `writer::Config` struct and can be applied at once. When `serde-types` feature is enabled, configuration is serializable. ##### New Features - [#&#8203;846]: Add methods `config()` and `config_mut()` to inspect and change the writer configuration. - [#&#8203;846]: Add ability to write space before `/>` in self-closed tags for maximum compatibility with XHTML. - [#&#8203;846]: Add method `empty_element_handling()` as a more powerful alternative to `expand_empty_elements()` in `Serializer`. - [#&#8203;929]: Allow to pass list of field names to `impl_deserialize_for_internally_tagged_enum!` macro which is required if you enum variants contains `$value` fields. ##### Bug Fixes - [#&#8203;923]: Implement correct skipping of well-formed DTD. ##### Misc Changes - [#&#8203;908]: Increase minimal supported `serde` version from 1.0.139 to 1.0.180. - [#&#8203;913]: Deprecate `.prefixes()`, `.resolve()`, `.resolve_attribute()`, and `.resolve_element()` of `NsReader`. Use `.resolver().bindings()` and `.resolver().resolve()` methods instead. - [#&#8203;913]: `Attributes::has_nil` now accepts `NamespaceResolver` instead of `Reader<R>`. - [#&#8203;924]: (breaking change) Split `SyntaxError::UnclosedPIOrXmlDecl` into `UnclosedPI` and `UnclosedXmlDecl` for more precise error reporting. - [#&#8203;924]: (breaking change) `Parser::eof_error` now takes `&self` and content `&[u8]` parameters. - [#&#8203;926]: (breaking change) Split `SyntaxError::UnclosedTag` into `UnclosedTag`, `UnclosedSingleQuotedAttributeValue` and `UnclosedDoubleQuotedAttributeValue` for more precise error reporting. [#&#8203;846]: https://github.com/tafia/quick-xml/issues/846 [#&#8203;908]: https://github.com/tafia/quick-xml/pull/908 [#&#8203;913]: https://github.com/tafia/quick-xml/pull/913 [#&#8203;923]: https://github.com/tafia/quick-xml/issues/923 [#&#8203;924]: https://github.com/tafia/quick-xml/pull/924 [#&#8203;926]: https://github.com/tafia/quick-xml/issues/926 [#&#8203;929]: https://github.com/tafia/quick-xml/pull/929 </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi43OC4xIiwidXBkYXRlZEluVmVyIjoiNDIuNzguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119-->
renovatebot added 1 commit 2026-01-11 11:01:23 -08:00
fix(deps): update rust crate quick-xml to 0.39.0
All checks were successful
Continuous integration / Check (push) Successful in 2m33s
Continuous integration / Test Suite (push) Successful in 4m6s
Continuous integration / Rustfmt (push) Successful in 1m38s
Continuous integration / build (push) Successful in 4m17s
Continuous integration / Trunk (push) Successful in 7m52s
Continuous integration / Disallow unused dependencies (push) Successful in 5m40s
2d1e38bdff
renovatebot merged commit 7c54c6b9c3 into master 2026-01-11 11:31:18 -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#225