Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update html2text requirement from 0.6.0 to 0.12.0 #137

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

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 <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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Feb 1, 2024
@dscottboggs
Copy link
Owner

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 7, 2024

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
Copy link
Owner

@dependabot recreate

Updates the requirements on [html2text](https://github.com/jugglerchris/rust-html2text) to permit the latest version.
- [Changelog](https://github.com/jugglerchris/rust-html2text/blob/main/CHANGELOG.md)
- [Commits](jugglerchris/rust-html2text@0.6.0...0.12.0)

---
updated-dependencies:
- dependency-name: html2text
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/html2text-0.12.0 branch from 6836788 to fe77508 Compare February 8, 2024 15:28
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2024

Superseded by #140.

@dependabot dependabot bot closed this Mar 1, 2024
@dependabot dependabot bot deleted the dependabot/cargo/html2text-0.12.0 branch March 1, 2024 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant