Skip to content

Commit

Permalink
build(deps): Bump comrak from 0.31.0 to 0.32.0 (#642)
Browse files Browse the repository at this point in the history
Bumps [comrak](https://github.com/kivikakk/comrak) from 0.31.0 to
0.32.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.32.0</h2>
<ul>
<li>rust-toolchain: remove by <a
href="https://github.com/charlottia"><code>@​charlottia</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/493">kivikakk/comrak#493</a></li>
<li>Account for front matter when calculating by <a
href="https://github.com/SamWilsn"><code>@​SamWilsn</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/494">kivikakk/comrak#494</a></li>
<li>callbacks: constrain to input lifetime by <a
href="https://github.com/liamwhite"><code>@​liamwhite</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/499">kivikakk/comrak#499</a></li>
<li>Refactor open_new_blocks by <a
href="https://github.com/digitalmoksha"><code>@​digitalmoksha</code></a>
in <a
href="https://redirect.github.com/kivikakk/comrak/pull/505">kivikakk/comrak#505</a></li>
<li>Refactors open_new_blocks by lifting out handlers by <a
href="https://github.com/digitalmoksha"><code>@​digitalmoksha</code></a>
in <a
href="https://redirect.github.com/kivikakk/comrak/pull/506">kivikakk/comrak#506</a></li>
<li>Make override by <a
href="https://github.com/SamWilsn"><code>@​SamWilsn</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/500">kivikakk/comrak#500</a></li>
<li>Detect ending front matter delimiter at EOF by <a
href="https://github.com/kivikakk"><code>@​kivikakk</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/508">kivikakk/comrak#508</a></li>
<li>Add Raw Node by <a
href="https://github.com/wakairo"><code>@​wakairo</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/511">kivikakk/comrak#511</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/charlottia"><code>@​charlottia</code></a> made
their first contribution in <a
href="https://redirect.github.com/kivikakk/comrak/pull/493">kivikakk/comrak#493</a></li>
<li><a href="https://github.com/SamWilsn"><code>@​SamWilsn</code></a>
made their first contribution in <a
href="https://redirect.github.com/kivikakk/comrak/pull/494">kivikakk/comrak#494</a></li>
<li><a href="https://github.com/wakairo"><code>@​wakairo</code></a> made
their first contribution in <a
href="https://redirect.github.com/kivikakk/comrak/pull/511">kivikakk/comrak#511</a></li>
</ul>
<p>Diff: <a
href="https://github.com/kivikakk/comrak/compare/v0.31.0...v0.32.0">https://github.com/kivikakk/comrak/compare/v0.31.0...v0.32.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.32.0] - 17-12-2024</h1>
<ul>
<li>rust-toolchain: remove by <a
href="https://github.com/charlottia"><code>@​charlottia</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/493">kivikakk/comrak#493</a></li>
<li>Account for front matter when calculating by <a
href="https://github.com/SamWilsn"><code>@​SamWilsn</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/494">kivikakk/comrak#494</a></li>
<li>callbacks: constrain to input lifetime by <a
href="https://github.com/liamwhite"><code>@​liamwhite</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/499">kivikakk/comrak#499</a></li>
<li>Refactor open_new_blocks by <a
href="https://github.com/digitalmoksha"><code>@​digitalmoksha</code></a>
in <a
href="https://redirect.github.com/kivikakk/comrak/pull/505">kivikakk/comrak#505</a></li>
<li>Refactors open_new_blocks by lifting out handlers by <a
href="https://github.com/digitalmoksha"><code>@​digitalmoksha</code></a>
in <a
href="https://redirect.github.com/kivikakk/comrak/pull/506">kivikakk/comrak#506</a></li>
<li>Make override by <a
href="https://github.com/SamWilsn"><code>@​SamWilsn</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/500">kivikakk/comrak#500</a></li>
<li>Detect ending front matter delimiter at EOF by <a
href="https://github.com/kivikakk"><code>@​kivikakk</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/508">kivikakk/comrak#508</a></li>
<li>Add Raw Node by <a
href="https://github.com/wakairo"><code>@​wakairo</code></a> in <a
href="https://redirect.github.com/kivikakk/comrak/pull/511">kivikakk/comrak#511</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/charlottia"><code>@​charlottia</code></a> made
their first contribution in <a
href="https://redirect.github.com/kivikakk/comrak/pull/493">kivikakk/comrak#493</a></li>
<li><a href="https://github.com/SamWilsn"><code>@​SamWilsn</code></a>
made their first contribution in <a
href="https://redirect.github.com/kivikakk/comrak/pull/494">kivikakk/comrak#494</a></li>
<li><a href="https://github.com/wakairo"><code>@​wakairo</code></a> made
their first contribution in <a
href="https://redirect.github.com/kivikakk/comrak/pull/511">kivikakk/comrak#511</a></li>
</ul>
<p>Diff: <a
href="https://github.com/kivikakk/comrak/compare/v0.31.0...v0.32.0">https://github.com/kivikakk/comrak/compare/v0.31.0...v0.32.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kivikakk/comrak/commit/dc077048eee757e8d001600718e095e46823b042"><code>dc07704</code></a>
Merge pull request <a
href="https://redirect.github.com/kivikakk/comrak/issues/512">#512</a>
from kivikakk/release/v0.32.0</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/c2327c63c0c51d51422077dc6d66343ed0be8cdc"><code>c2327c6</code></a>
changelog.txt: update.</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/2d9ef26ff3ecb80a4c5b72e198b70fb01d018ca2"><code>2d9ef26</code></a>
[skip test] update changelog</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/8003b93370df430c91830472eefa381ae4cec4e5"><code>8003b93</code></a>
Cargo.toml: v0.32.0.</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/9d0143b77569328676d67ba00173136395f7f3d0"><code>9d0143b</code></a>
Merge pull request <a
href="https://redirect.github.com/kivikakk/comrak/issues/511">#511</a>
from wakairo/add_raw_node</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/6f5ca7db15fb2e1021588fbf0402bad3b8254a0b"><code>6f5ca7d</code></a>
document raw node a little more.</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/04eedf623fe422177a085ea90ee1e653090dc84d"><code>04eedf6</code></a>
Add Raw Node</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/8d1e90c5c125011bbc7d99332de92dc3cfe9489f"><code>8d1e90c</code></a>
Merge pull request <a
href="https://redirect.github.com/kivikakk/comrak/issues/508">#508</a>
from kivikakk/push-muqwvlutrkol</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/4b900536b11de11588eb2e0bbc0ad79b35f73bd4"><code>4b90053</code></a>
detect front matter delim at EOF</li>
<li><a
href="https://github.com/kivikakk/comrak/commit/8848a96d7ad3d491271145ad19c7a39df4d799aa"><code>8848a96</code></a>
failing test for <a
href="https://redirect.github.com/kivikakk/comrak/issues/504">#504</a></li>
<li>Additional commits viewable in <a
href="https://github.com/kivikakk/comrak/compare/v0.31.0...v0.32.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.31.0&new-version=0.32.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 Dec 17, 2024
1 parent e8b1446 commit 739d4ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.31.0", default-features = false }
comrak = { version = "0.32.0", default-features = false }
convert_case = "0.6.0"
proc-macro2 = "1"
quote = "1"
Expand Down

0 comments on commit 739d4ec

Please sign in to comment.