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.5.1 to 0.6.0 in /native #6

Open
wants to merge 161 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 23, 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)

@github-actions github-actions bot added the Stale label Jun 6, 2023
@github-actions github-actions bot removed the Stale label Jun 7, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/native/html2text-0.6.0 branch from 8ee1d12 to a1f5bed Compare June 12, 2023 22:17
@github-actions github-actions bot added Stale and removed Stale labels Jun 27, 2023
@github-actions github-actions bot added Stale and removed Stale labels Jul 13, 2023
@github-actions github-actions bot added Stale and removed Stale labels Jul 29, 2023
@github-actions github-actions bot added Stale and removed Stale labels Aug 14, 2023
@github-actions github-actions bot added Stale and removed Stale labels Aug 29, 2023
@github-actions
Copy link

github-actions bot commented Oct 1, 2023

This pull request has been marked as stale because it has no activity recently.
Please remove the 'stale' label, comment or push new commits to unstall the pull request.

@github-actions github-actions bot added the Stale label Oct 1, 2023
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 Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant