Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps html2text from 0.6.0 to 0.16.4.

Changelog

Sourced from html2text's changelog.

0.16.4

  • [fixed] Further fix for RcDom::serialize() when there is a <doctype>.

0.16.3

  • [fixed] RcDom::serialize() panicked.
  • [changed] Bumped html5ever dependency
  • [fixed] Fixed a subtraction underflow in the html2term example.

0.16.2

  • [fixed] Removed spurious dbg!() accidentally left in.

0.16.1

  • [added] Add Config::empty_img_mode() to configure how images with no alt text are handled.

0.16.0

  • [changed] Updated MSRV to 1.85.
  • [fixed] Fix a panic in debug mode (subtraction underflow) with some table/rowspan edge cases (thanks mtorromeo)

0.15.5

  • [fixed] Fix an assertion and some missing styles with rowspan cells in rich mode.

0.15.4

  • [added] Support handling rowspan in tables.

0.15.3

  • [fixed] Parse <noscript> tags as if scripting is disabled (thanks craigchiang)
  • [fixed] Treat inline <svg> as images (thanks craigchiang)

0.15.2

  • [fixed] Fix whitespace-only tables being shown as "─" (thanks fuelen)
  • [fixed] Fix wrapping with non-breaking spaces, zero-width spaces, and some similar equivalents.

0.15.1

  • [added] CSS: Support basic attribute selectors (div[attr="bar"]).
  • [changed] Various improvements to syntax highlighting:
    • It uses the priority of the x-syntax rule.
    • Now supported on non-<pre> elements.

... (truncated)

Commits
  • 5a1ed86 Merge pull request #251 from jugglerchris/fix_serialise_multi
  • aebf160 Updates for 0.16.4.
  • faf4dd4 Fix serialisation when there is more than one child of the document element.
  • 48583fe Merge pull request #250 from jugglerchris/misc_updates_20251116
  • c3cc79e Updates for 0.16.3.
  • 485dcee Fix RcDom::serialize().
  • b76e23e Update html5ever to 0.36.1.
  • e07ef0e Fix a potential underflow in html2term exmaple.
  • c54322a Remove debug accidentally left in.
  • b1d758e Add empty image mode to the web demo.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [html2text](https://github.com/jugglerchris/rust-html2text) from 0.6.0 to 0.16.4.
- [Changelog](https://github.com/jugglerchris/rust-html2text/blob/main/CHANGELOG.md)
- [Commits](jugglerchris/rust-html2text@0.6.0...release_0.16.4)

---
updated-dependencies:
- dependency-name: html2text
  dependency-version: 0.16.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2025

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants