dscottboggs / mastodon-async

Mastodon Client for Rust
Other
34 stars 12 forks source link

Update html2text requirement from 0.6.0 to 0.12.0 #137

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 7 months ago

Updates the requirements on html2text to permit the latest version.

Changelog

Sourced from html2text's changelog.

0.12.0

  • [changed] Updated termion dev-dependency
  • [added] Support <sup> HTML elements
  • [added] Export RcDom publically. It was already returned by a pub function.
  • [added] Update handling of width overflow: With Config::allow_width_overflow(), prefer returning output wider than requested, instead of returning Err(TooNarrow). Config::min_wrap_width() sets the minimum text wrap width (default 3). The minimum width (before overflow or TooNarrow) is now handled more cleanly.
  • [added] CSS: use color/bgcolor attributes on elements.

0.11.0

  • [fixed] CSS: rules marked !important were ignored.
  • [changed] html_trace feature now uses the log crate.
  • [changed] Bumped MSRV to 1.63 (matching Debian stable) due to some dependencies.

0.10.3

  • [fixed] A panic on some unlucky text wrapping coincidences.
  • [fixed] Use dep:backtrace in Cargo.toml to avoid implicit feature.

0.10.2

  • [fixed] CSS: Ignore transparent colours.

0.10.1

  • [fixed] max_width was not working with some render methods.

0.10.0

  • [added] Simple support for <i>, <ins>, and <del> (thanks sgtatham)
  • [added] Added background-color support
  • [fixed] CSS support didn't work in some places, such as <td> elements.
  • [added] Add support for style attributes.
  • [added] Styles apply to table borders
  • [changed] Update some dependencies
  • [fixed] Fix a few places which caused excess blank lines or empty tables

0.9.4

  • [changed] Updated the termion dev-dependency to 2.0.

0.9.3

  • [changed] Added cargo categories and update to 2021 edition.

... (truncated)

Commits
  • 1c4f4ad Merge pull request #121 from jugglerchris/use_decorators_size_estimate
  • 9b938e1 Updates for 0.12.0.
  • 8f5ef8b Use the decorator for size estimations.
  • 5536951 Merge pull request #120 from jugglerchris/use_color_bgcolor_attr
  • 4ec999b CSS: handle color/bgcolor attributes.
  • ee1949a Merge pull request #118 from jugglerchris/export_rcdom
  • 6fb70e0 Mark RcDom as pub.
  • d35592f Merge pull request #117 from jugglerchris/handle_overflow
  • 7ed232f Fix CSS tests.
  • c8e1c1f Fix warnings.
  • Additional commits viewable in compare view


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 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)
dscottboggs commented 7 months ago

@dependabot rebase

dependabot[bot] commented 7 months ago

Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry!

If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

dscottboggs commented 7 months ago

@dependabot recreate

dependabot[bot] commented 6 months ago

Superseded by #140.