EdJoPaTo / markdown-to-standalone-html

Create a standalone HTML file from Markdown with basic CSS
MIT License
8 stars 1 forks source link

chore(cargo): bump syntect from 4.5.0 to 4.6.0 #15

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps syntect from 4.5.0 to 4.6.0.

Release notes

Sourced from syntect's releases.

Fixes and new APIs

  • Add html::line_tokens_to_classed_spans to also take a mutable ScopeStack, deprecate tokens_to_classed_spans, to avoid panics and incorrect highlighting.
  • Derive Hash for Color and Style
  • Add find_unlinked_contexts to SyntaxSet
  • Add syntaxes method to SyntaxSetBuilder
  • Bump fancy-regex to v0.7 and yaml-rust to v0.4.5
Changelog

Sourced from syntect's changelog.

Version 4.6.0 (2021-08-01)

  • Add html::line_tokens_to_classed_spans to also take a mutable ScopeStack, deprecate tokens_to_classed_spans, to avoid panics and incorrect highlighting.
  • Derive Hash for Color and Style
  • Add find_unlinked_contexts to SyntaxSet
  • Add syntaxes method to SyntaxSetBuilder
  • Bump fancy-regex to v0.7 and yaml-rust to v0.4.5
Commits
  • cadc2bd Bump to v4.6.0
  • 77514b2 Merge branch 'Keats-scopestack'
  • fdcebba Revert removal of deprecated methods
  • f025bbe Fix build issue by updating yaml-rust requirement
  • 15f9229 Merge pull request #344 from Enselic/bump-fancy-regex-to-0.7
  • 3ec0bff Bump fancy-regex to 0.7
  • 2ded9ac Merge pull request #342 from Enselic/start-using-github-actions-instead-of-tr...
  • d868092 Merge pull request #341 from Enselic/fix-all-non_fmt_panic-compilation-warnings
  • 1f8b1de Start using GitHub Actions instead of Travis CI
  • b436fb9 Fix all non_fmt_panic compilation warnings
  • Additional commits viewable in compare view


Dependabot compatibility score

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)