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.4.4 to 0.5.0 #92

Merged
merged 1 commit into from
Apr 22, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Updates the requirements on html2text to permit the latest version.

Changelog

Sourced from html2text's changelog.

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

  • [added] New experimental from_read_coloured() (under ansi_colours feature).
  • [added] Add into_tagged_strings and tagged_strings methods to TaggedLine (thanks Robin Krahl)
  • [added] Add width method to TaggedString (thanks Robin Krahl)
  • [changed] Keep annotations in TextRenderer::into_lines (thanks Robin Krahl)
  • [fixed] Add colon to reference style link (thanks zakaluka)
  • [added] Allow text decorators to customise block prefix strings (thanks SardineFish)
  • [fixed] Fixed some problems rendering some complicated tables, including a panic and near-infinite loops.
  • [changed] Tables which are too wide to possibly render in the given width are now arranged vertically instead (with ///) lines.
  • [changed] A number of small table rendering improvements.
  • [changed] MSRV is now 1.41.

... (truncated)

Commits
  • 4977ba5 Update version number for release.
  • e2e29a9 Merge pull request #73 from spencerwi/main
  • 10c37c3 Code style on match and return
  • 1919899 Update comment to match enum contents
  • 237642c Emit img src in RichAnnotation (fixes #72)
  • a789599 Merge pull request #71 from jugglerchris/add-semver-check
  • 18f6f9d Add checkout/toolchain steps.
  • 3b78566 Try to fix ci.yml format.
  • 1a1ea6c Experimentally add semver check.
  • ac7d39a Prepare for 0.4.5.
  • 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.
- [Release notes](https://github.com/jugglerchris/rust-html2text/releases)
- [Changelog](https://github.com/jugglerchris/rust-html2text/blob/main/CHANGELOG.md)
- [Commits](jugglerchris/rust-html2text@0.4.4...0.5.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 Apr 1, 2023
@dscottboggs dscottboggs merged commit 128ce5d into main Apr 22, 2023
@dependabot dependabot bot deleted the dependabot/cargo/html2text-0.5.0 branch April 22, 2023 10:33
# 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