dbus2 / zbus

Rust D-Bus crate.
Other
316 stars 70 forks source link

⬆️ Update quick-xml to 0.33 #855

Closed renovate[bot] closed 2 weeks ago

renovate[bot] commented 2 weeks ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
quick-xml dependencies minor 0.32 -> 0.33

Release Notes

tafia/quick-xml (quick-xml) ### [`v0.33.0`](https://togithub.com/tafia/quick-xml/blob/HEAD/Changelog.md#0330----2024-06-21) [Compare Source](https://togithub.com/tafia/quick-xml/compare/v0.32.0...v0.33.0) ##### New Features - [#​758]: Implemented `From` for `BytesStart` and `BytesEnd`. ##### Bug Fixes - [#​755]: Fix incorrect missing of trimming all-space text events when `trim_text_start = false` and `trim_text_end = true`. ##### Misc Changes - [#​650]: Change the type of `Event::PI` to a new dedicated `BytesPI` type. - [#​759]: Make `const` as much functions as possible: - `resolve_html5_entity()` - `resolve_predefined_entity()` - `resolve_xml_entity()` - `Attr::key()` - `Attr::value()` - `Attributes::html()` - `Attributes::new()` - `BytesDecl::from_start()` - `Decoder::encoding()` - `Deserializer::get_ref()` - `IoReader::get_ref()` - `LocalName::into_inner()` - `Namespace::into_inner()` - `NsReader::config()` - `NsReader::prefixes()` - `Prefix::into_inner()` - `QName::into_inner()` - `Reader::buffer_position()` - `Reader::config()` - `Reader::decoder()` - `Reader::error_position()` - `Reader::get_ref()` - `SliceReader::get_ref()` - `Writer::get_ref()` - `Writer::new()` - [#​763]: Hide `quick_xml::escape::resolve_html5_entity` under `escape-html` feature again. This function has significant influence to the compilation time (10+ seconds or 5x times) [#​650]: https://togithub.com/tafia/quick-xml/issues/650 [#​755]: https://togithub.com/tafia/quick-xml/pull/755 [#​758]: https://togithub.com/tafia/quick-xml/pull/758 [#​759]: https://togithub.com/tafia/quick-xml/pull/759 [#​763]: https://togithub.com/tafia/quick-xml/issues/763

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 Mend Renovate. View repository job log here.