Skip to content

Bump comrak from 0.54.0 to 0.55.0 in /autorust - #834

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/autorust/comrak-0.55.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/autorust/comrak-0.55.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 10, 2026

Copy link
Copy Markdown
Contributor

Bumps comrak from 0.54.0 to 0.55.0.

Release notes

Sourced from comrak's releases.

v0.55.0

Security:

  • Fixed two DoS issues, published as GHSA-xg9p-p4jc-c46g.
    • Both are in the autolinks extension, which are part of the gfm option set and fairly widely used, and so you almost certainly want to upgrade if you process untrusted content.

Stability:

  • The tagfilter extension has been marked deprecated, and will be removed in Comrak 0.56.0. (by @​kivikakk in kivikakk/comrak#830)
    • It's not fit for any purpose; signed, the author.

Dependency updates:

Diff: kivikakk/comrak@v0.54.0...v0.55.0

Changelog

Sourced from comrak's changelog.

[v0.55.0] - 2026-09-06

Security:

  • Fixed two DoS issues, published as GHSA-xg9p-p4jc-c46g.
    • Both are in the autolinks extension, which are part of the gfm option set and fairly widely used, and so you almost certainly want to upgrade if you process untrusted content.

Stability:

  • The tagfilter extension has been marked deprecated, and will be removed in Comrak 0.56.0. (by @​kivikakk in kivikakk/comrak#830)
    • It's not fit for any purpose; signed, the author.

Dependency updates:

Diff: kivikakk/comrak@v0.54.0...v0.55.0

Commits
  • 6fbe87f Merge pull request #831 from kivikakk/release/v0.55.0
  • e6c4b78 CHANGELOG: finish v0.55.0.
  • 7fc5e97 CHANGELOG.md: add generated portion.
  • b50edaa Cargo.toml: v0.55.0.
  • 6291310 autolink_delim: O(n^2) -> O(n).
  • a45e2d3 process_email_autolinks: recursive -> iterative.
  • 1f0db01 Merge pull request #830 from kivikakk/kiv/tagfilter-deprecate
  • 6fd1258 tagfilter: deprecate.
  • c5a3b45 Merge pull request #827 from kivikakk/dependabot/cargo/emojis-0.8.2
  • 087da25 Bump emojis from 0.8.1 to 0.8.2
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [comrak](https://github.com/kivikakk/comrak) from 0.54.0 to 0.55.0.
- [Release notes](https://github.com/kivikakk/comrak/releases)
- [Changelog](https://github.com/kivikakk/comrak/blob/main/CHANGELOG.md)
- [Commits](kivikakk/comrak@v0.54.0...v0.55.0)

---
updated-dependencies:
- dependency-name: comrak
  dependency-version: 0.55.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Sep 10, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants