Skip to content

Update rust dependencies (minor/patch)#29

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rust-dependencies-(minorpatch)
Open

Update rust dependencies (minor/patch)#29
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/rust-dependencies-(minorpatch)

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Apr 20, 2026

This PR contains the following updates:

Package Type Update Change
html2text dependencies minor 0.160.17
quick-xml dependencies minor 0.390.40

Release Notes

jugglerchris/rust-html2text (html2text)

v0.17.1

Compare Source

  • [added] Add support for XHTML (for the cases where it doesn't quite behave
    like HTML).

v0.17.0

Compare Source

  • [changed] Split html2text example into html2text-cli crate
  • [fixed] A possible panic when syntax-highlighting
  • [changed] Update html5ever to 0.39.0
tafia/quick-xml (quick-xml)

v0.40.0

Compare Source

MSRV bumped to 1.79.

Now quick-xml supports the UTF-16 encoded documents. See the new DecodingReader type.

New Features
  • #​956: Add DecodingReader, a BufRead adapter that auto-detects encoding
    from BOM or XML declaration and transcodes to UTF-8. Enabled by the encoding feature.

  • #​938: Add new enumeration XmlVersion and typified getter BytesDecl::xml_version().

  • #​938: Add new error variant IllFormedError::UnknownVersion.

  • #​371: Add new error variant EscapeError::TooManyNestedEntities.

  • #​371: Improved compliance with the XML attribute value normalization process by adding

    • Attribute::normalized_value()
    • Attribute::normalized_value_with()
    • Attribute::decoded_and_normalized_value()
    • Attribute::decoded_and_normalized_value_with()

    which ought to be used in place of deprecated

    • Attribute::unescape_value()
    • Attribute::unescape_value_with()
    • Attribute::decode_and_unescape_value()
    • Attribute::decode_and_unescape_value_with()

    Deprecated functions now behaves the same as newly added.

Bug Fixes
  • #​938: Use correct rules for EOL normalization in Deserializer when parse XML 1.0 documents.
    Previously XML 1.1. rules was applied.
Misc Changes
  • #​914: Remove deprecated .prefixes(), .resolve(), .resolve_attribute(), and .resolve_element()
    of NsReader. Use .resolver().<...> methods instead.
  • #​938: Now BytesText::xml_content, BytesCData::xml_content and BytesRef::xml_content
    accepts XmlVersion parameter to apply correct EOL normalization rules.
  • #​944: read_text() now returns BytesText which allows you to get the content with
    properly normalized EOLs. To get the previous behavior use .read_text().decode()?.
  • #​956: Bumped MSRV from 1.59 (Feb 2022) to 1.79 (June 2024)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "before 9am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/rust-dependencies-(minorpatch) branch from 2a5e38f to fa97da0 Compare May 11, 2026 20:53
@renovate renovate Bot changed the title Update Rust crate html2text to 0.17 Update rust dependencies (minor/patch) May 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants