dscottboggs / mastodon-async

Mastodon Client for Rust
Other
34 stars 12 forks source link

Update html2text requirement from 0.5.0 to 0.6.0 #101

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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)