morphy2k / rss-forwarder

Checks RSS feeds for new entries and forwards them
MIT License
41 stars 5 forks source link

Bump html2text from 0.12.0 to 0.12.2 #196

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 4 months ago

Bumps html2text from 0.12.0 to 0.12.2.

Changelog

Sourced from html2text's changelog.

0.12.2

  • [changed] Bump version of lightningcss dependency to fix build failures.

0.12.1

  • [fixed] Fix a case where Err(TooNarrow) was returned unnecessarily. (thanks sftse)
  • [added] Add new rendering options Config::raw_mode() and Config::no_table_borders() (thanks sftse)
  • [changed] Formatting, clippy and other tidy-ups (thanks sftse)
  • [changed] Cargo fmt now enforced in CI
Commits
  • 4b04adb Update to 0.12.2.
  • 9579752 Merge pull request #132 from jugglerchris/release_0.12.1
  • cfd0543 Updates for 0.12.1.
  • a0c5b41 Merge pull request #129 from sftse/raw-extract-rebased
  • 0b44e9d Remove unused dependency xml5ever
  • d1f3857 Remove unnecessary generic bounds
  • b7258ba Remove more now redundant raw mode changes.
  • 76b2273 cargo clippy.
  • e6e4015 Cargo fmt.
  • af82270 Remove some now redundant raw mode changes.
  • 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 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)
dependabot[bot] commented 3 months ago

Superseded by #197.