Skip to content
New issue

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

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

Already on GitHub? # to your account

Update html2text requirement from 0.5.0 to 0.6.0 #101

Merged
merged 1 commit into from
Jun 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2023

Updates the requirements on html2text to permit the latest version.

Changelog

Sourced from html2text's changelog.

0.6.0

  • [changed] Improve layout of tables thanks to sftse:
    • Table column size estimates have been improved when the source HTML has a lot of unnecessary whitespace.
    • Move the URL footnotes out to the top level, also improving layout of tables containing links.
  • [changed] Some APIs have slightly changed as part of the table improvements, though most users should not be affeted.

0.5.1

  • [fixed] Some tables were rendered too wide.

0.5.0

  • [changed] Rich Image annotations now include the src attirbute (thanks spencerwi).

0.4.5

  • [fixed] Preserve empty lines in pre blocks (thanks kpagacz).

0.4.4

  • [fixed] Fix some panics when enumerated lists are in tables (thanks sfts).
  • [fixed] Impove table size estimation to include links.

0.4.3

  • [changed] MSRV is now 1.56.
  • [fixed] Fix some panics when very large widths are used with tables.

0.4.2

  • [changed] Moved the rcdom module directly into src/

0.4.1 (unpublished)

  • [changed] rcdom now vendored as a module.

0.4.0 (unpublished)

  • [changed] Update html5ever to v0.26.
  • [changed] MSRV is now 1.49.

0.3.1

  • [changed] Update the build badges to reflect the updated CI configuration.

0.3.0

... (truncated)

Commits
  • 4179d09 Updates for the next release - bump to 0.6.0 due to semver changes.
  • f1394d1 Merge pull request #81 from sftse/global_links
  • 5e8f65b Collect links globally and only append at the very end
  • 86ad023 Remove unneeded Option holding decorator
  • 92d01cd Merge pull request #80 from jugglerchris/issue_77_improve_estimate
  • dbabd80 Merge pull request #78 from sftse/issue_77
  • 2ce9543 Merge pull request #79 from sftse/dyn
  • cdb78e9 Remove unnecessary dynamic type
  • d9aaf32 typo
  • 2f2cb95 Cargo fmt
  • 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 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.5.0...0.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 1, 2023
@dscottboggs dscottboggs merged commit 3b706f2 into main Jun 1, 2023
@dependabot dependabot bot deleted the dependabot/cargo/html2text-0.6.0 branch June 1, 2023 16:01
# for free to join this conversation on GitHub. Already have an account? # 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