Skip to content

Commit

Permalink
build(deps): Bump comrak from 0.32.0 to 0.33.0 (#656)
Browse files Browse the repository at this point in the history
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.32.0 to
0.33.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kivikakk/comrak/releases">comrak's
releases</a>.</em></p>
<blockquote>
<h2>v0.33.0</h2>
<p>Happy new year! Thanks to <a
href="https://github.com/nicoburns"><code>@​nicoburns</code></a> for
these changes, enabling much faster compiles if you don't need the
builders!</p>
<ul>
<li>Eliminate <code>regex</code> and <code>once_cell</code>
dependencies. by <a
href="https://github.com/nicoburns"><code>@​nicoburns</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/514">kivikakk/comrak#514</a></li>
<li>Make bon builders optional by <a
href="https://github.com/nicoburns"><code>@​nicoburns</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/515">kivikakk/comrak#515</a></li>
<li>Make options structs exhaustive by <a
href="https://github.com/nicoburns"><code>@​nicoburns</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/516">kivikakk/comrak#516</a></li>
</ul>
<p>Diff: <a
href="https://github.com/kivikakk/comrak/compare/v0.32.0...v0.33.0">https://github.com/kivikakk/comrak/compare/v0.32.0...v0.33.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/kivikakk/comrak/blob/main/changelog.txt">comrak's
changelog</a>.</em></p>
<blockquote>
<h1>[v0.33.0] - 04-01-2025</h1>
<p>Happy new year! Thanks to <a
href="https://github.com/nicoburns"><code>@​nicoburns</code></a> for
these changes, enabling much faster
compiles if you don't need the builders!</p>
<ul>
<li>Eliminate <code>regex</code> and <code>once_cell</code>
dependencies. by <a
href="https://github.com/nicoburns"><code>@​nicoburns</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/514">kivikakk/comrak#514</a></li>
<li>Make bon builders optional by <a
href="https://github.com/nicoburns"><code>@​nicoburns</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/515">kivikakk/comrak#515</a></li>
<li>Make options structs exhaustive by <a
href="https://github.com/nicoburns"><code>@​nicoburns</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/516">kivikakk/comrak#516</a></li>
</ul>
<p>Diff: <a
href="https://github.com/kivikakk/comrak/compare/v0.32.0...v0.33.0">https://github.com/kivikakk/comrak/compare/v0.32.0...v0.33.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kivikakk/comrak/commit/45c96a25bf6b0469e1084caccb766cfa1aa0471c"><code>45c96a2</code></a>
Merge pull request <a
href="https://redirect.github.com/kivikakk/comrak/issues/517">#517</a>
from kivikakk/release/v0.33.0</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/2eaf9e789b40c1787a5e6b95f5b2a8d33fca0803"><code>2eaf9e7</code></a>
changelog.txt: update.</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/f419a97c1b0c685ad1a518ab36d5da19d2834e6a"><code>f419a97</code></a>
[skip test] update changelog</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/a224b9369aa3a482f1517dd3d0beea8005d37fad"><code>a224b93</code></a>
Cargo.toml: v0.33.0.</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/21e1741253b491e30a7a52ba61b8c8d290392353"><code>21e1741</code></a>
Merge pull request <a
href="https://redirect.github.com/kivikakk/comrak/issues/516">#516</a>
from nicoburns/remove-non-exhaustive</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/8c1f75058a238192656e40af7111685bba9f4b56"><code>8c1f750</code></a>
Make options structs exhaustive</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/17db3c34ef2b12cead83e53b10ae6d0d842063e7"><code>17db3c3</code></a>
Merge pull request <a
href="https://redirect.github.com/kivikakk/comrak/issues/515">#515</a>
from nicoburns/make-bon-optional</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/57a1fa98c4285c22c83dfe9b5d93d1abe696b0a4"><code>57a1fa9</code></a>
mark relevant tests/examples as bon-dependent</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/fcd44e905c6878485c713d7b581f4116ae796829"><code>fcd44e9</code></a>
Make bon builders optional</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/7c6b947df7d8cac2bfc42a5228eeabe33cfb3c4e"><code>7c6b947</code></a>
Merge pull request <a
href="https://redirect.github.com/kivikakk/comrak/issues/514">#514</a>
from nicoburns/eliminate-regex</li>
<li>Additional commits viewable in <a
href="https://github.com/kivikakk/comrak/compare/v0.32.0...v0.33.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=comrak&package-manager=cargo&previous-version=0.32.0&new-version=0.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 6f0467e commit a35044c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 90 deletions.
91 changes: 2 additions & 89 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["mlir", "llvm"]
proc-macro = true

[dependencies]
comrak = { version = "0.32.0", default-features = false }
comrak = { version = "0.33.0", default-features = false }
convert_case = "0.6.0"
proc-macro2 = "1"
quote = "1"
Expand Down

0 comments on commit a35044c

Please sign in to comment.