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.9.4 #134

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on html2text to permit the latest version.

Changelog

Sourced from html2text's changelog.

0.9.4

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

0.9.3

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

0.9.2

  • [fixed] CSS didn't work inside <ul> or <ol>.
  • [added] Add methods to get and use the intermediate HTML DOM and RenderTree from Config.
  • [fixed] Removed some clones which are no longer necessary now that Box works.

0.9.1

  • [fixed] Various documentation issues (thanks sgtatham)
  • [changed] CSS color rules now work for elements other than span.

0.9.0

  • [changed] Config::add_css now returns Result instead of panicking on CSS parse errors. Errors from parsing document CSS are ignored.
  • [added] Support <font color=...> when CSS is enabled.
  • [added] Config::max_wrap_width() to wrap text to a norrower width than the overal size available.
  • [added] Add --wrap-width and --css options to html2text example.

0.8.0

  • [added] CSS: Support more extensive selectors
  • [changed] CSS handling defaults to off; use Config::use_doc_css() or Config::add_css to use CSS.

0.7.1

  • [added] Now recognised CSS display:none
  • [added] Can now add extra CSS rules via Config::add_css.
  • [changed] StyleData::coloured is no longer public.

0.7.0

  • [changed] Remove some noisy stderr output when encoutering control chars (thanks sftse)
  • [added] A builder-based config API.
  • [changed] Updated MSRV to 1.60
  • [fixed] Fixed #88: panic when a width of zero passed in (thanks bingen13)
  • [fixed] Fixed #90: Fixed a divide-by-zero panic with colspan=0 (thanks mtorromeo)

... (truncated)

Commits
  • 9c6043b Merge pull request #107 from jugglerchris/update_termion_2
  • 503db5c Update for 0.9.4.
  • 73aaedf Update to Termion 2.0.
  • ff64f45 Merge pull request #106 from jugglerchris/update_edition_2021
  • c799021 Update to 0.9.3.
  • 9f5e9b4 Update edition to 2021.
  • 4a33e74 Add Cargo categories.
  • 873f005 Merge pull request #105 from jugglerchris/config_parse_render
  • 0a8efeb Add back Eq on Error.
  • 8d34abc Fix unquoted HTML tags in doc comments.
  • 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)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jan 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 1, 2024

Superseded by #137.

@dependabot dependabot bot closed this Feb 1, 2024
@dependabot dependabot bot deleted the dependabot/cargo/html2text-0.9.4 branch February 1, 2024 02:59
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.

0 participants