chore(deps): bump pest from 2.8.0 to 2.8.1 (#5482)
Bumps [pest](https://github.com/pest-parser/pest) from 2.8.0 to 2.8.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pest-parser/pest/releases">pest's
releases</a>.</em></p>
<blockquote>
<h2>v2.8.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Add reference to ws2markdown by <a
href="https://github.com/dertuxmalwieder"><code>@dertuxmalwieder</code></a>
in <a
href="https://redirect.github.com/pest-parser/pest/pull/1100">pest-parser/pest#1100</a></li>
<li>remove once_cell (upon next MSRV bump!) by <a
href="https://github.com/2ndDerivative"><code>@2ndDerivative</code></a>
in <a
href="https://redirect.github.com/pest-parser/pest/pull/1102">pest-parser/pest#1102</a></li>
</ul>
<p>The Minimum Supported Rust Version (MSRV) for default features is
<strong>1.80.0</strong> now.</p>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/dertuxmalwieder"><code>@dertuxmalwieder</code></a>
made their first contribution in <a
href="https://redirect.github.com/pest-parser/pest/pull/1100">pest-parser/pest#1100</a></li>
<li><a
href="https://github.com/2ndDerivative"><code>@2ndDerivative</code></a>
made their first contribution in <a
href="https://redirect.github.com/pest-parser/pest/pull/1102">pest-parser/pest#1102</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pest-parser/pest/compare/v2.8.0...v2.8.1">https://github.com/pest-parser/pest/compare/v2.8.0...v2.8.1</a></p>
<h2>Warning: Semantic Versioning</h2>
<p>Note that the node tag feature in 2.6.0 was a technically
semver-breaking change even though it is a backwards-compatible /
non-breaking change in the meta-grammar. There may be similar
non-breaking changes to the meta-grammar between minor versions in the
future. These non-breaking changes, however, may translate into
semver-breaking changes due to the additional variants propagated from
the generated <code>Rule</code> enum.</p>
<p>This new feature caused issues in some Cargo version resolution
situations where Cargo mixed different versions of pest dependencies.
For this reason, these "grammar non-breaking but
semver-breaking" changes are now available only under the
"grammar-extras" feature flag. If you would like to use node
tags (or other future grammar features), you can do so by enabling this
flag on the pest_derive crate in your Cargo.toml:</p>
<pre><code>...
pest_derive = { version = "2.8", features =
["grammar-extras"] }
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pest-parser/pest/commit/2f2ba3d9281d10219d23071f6fa744e25b2ee6ba"><code>2f2ba3d</code></a>
bump version to 2.8.1 (<a
href="https://redirect.github.com/pest-parser/pest/issues/1103">#1103</a>)</li>
<li><a
href="https://github.com/pest-parser/pest/commit/db5c82e0096a3bb4d2fcf4bebc4349e84a271fb3"><code>db5c82e</code></a>
remove once_cell (upon next MSRV bump!) (<a
href="https://redirect.github.com/pest-parser/pest/issues/1102">#1102</a>)</li>
<li><a
href="https://github.com/pest-parser/pest/commit/773976429faf46e43850a916f2eb58b75e803bd9"><code>7739764</code></a>
bump the CI toolchain to 1.82 (<a
href="https://redirect.github.com/pest-parser/pest/issues/1101">#1101</a>)</li>
<li><a
href="https://github.com/pest-parser/pest/commit/eecf4f64d8d4d48926c21303e287621d3b6e91da"><code>eecf4f6</code></a>
Add reference to ws2markdown (<a
href="https://redirect.github.com/pest-parser/pest/issues/1100">#1100</a>)</li>
<li>See full diff in <a
href="https://github.com/pest-parser/pest/compare/v2.8.0...v2.8.1">compare
view</a></li>
</ul>
</details>
<br />
[](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>