chore(deps): bump pest from 2.8.1 to 2.8.4 (#5712)
Bumps [pest](https://github.com/pest-parser/pest) from 2.8.1 to 2.8.4.
<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.4</h2>
<h2>What's Changed</h2>
<ul>
<li>feat: add is_empty method to check if iterator contains no pairs by
<a href="https://github.com/nyurik"><code>@nyurik</code></a> in <a
href="https://redirect.github.com/pest-parser/pest/pull/1132">pest-parser/pest#1132</a></li>
<li>Fix newer clippy errors by <a
href="https://github.com/linkmauve"><code>@linkmauve</code></a> in <a
href="https://redirect.github.com/pest-parser/pest/pull/1135">pest-parser/pest#1135</a></li>
<li>Bump MSRV by <a
href="https://github.com/linkmauve"><code>@linkmauve</code></a> in <a
href="https://redirect.github.com/pest-parser/pest/pull/1134">pest-parser/pest#1134</a></li>
<li>Fix typos across the tree by <a
href="https://github.com/linkmauve"><code>@linkmauve</code></a> in <a
href="https://redirect.github.com/pest-parser/pest/pull/1133">pest-parser/pest#1133</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/nyurik"><code>@nyurik</code></a> made
their first contribution in <a
href="https://redirect.github.com/pest-parser/pest/pull/1132">pest-parser/pest#1132</a></li>
<li><a href="https://github.com/linkmauve"><code>@linkmauve</code></a>
made their first contribution in <a
href="https://redirect.github.com/pest-parser/pest/pull/1135">pest-parser/pest#1135</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pest-parser/pest/compare/v2.8.3...v2.8.4">https://github.com/pest-parser/pest/compare/v2.8.3...v2.8.4</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>
<h2>v2.8.3</h2>
<h2>What's Changed</h2>
<ul>
<li>deps: drop <code>thiserror</code> for a manual impl by <a
href="https://github.com/CosmicHorrorDev"><code>@CosmicHorrorDev</code></a>
in <a
href="https://redirect.github.com/pest-parser/pest/pull/1120">pest-parser/pest#1120</a></li>
<li>feat: impl Error from core by <a
href="https://github.com/CosmicHorrorDev"><code>@CosmicHorrorDev</code></a>
in <a
href="https://redirect.github.com/pest-parser/pest/pull/1121">pest-parser/pest#1121</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pest-parser/pest/compare/v2.8.2...v2.8.3">https://github.com/pest-parser/pest/compare/v2.8.2...v2.8.3</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>
<h2>v2.8.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix a broken link to <code>Pair::as_span</code> by <a
href="https://github.com/jieyouxu"><code>@jieyouxu</code></a> in <a
href="https://redirect.github.com/pest-parser/pest/pull/1112">pest-parser/pest#1112</a></li>
<li>Upgrade install-action from v1 to v2 by <a
href="https://github.com/tomtau"><code>@tomtau</code></a> in <a
href="https://redirect.github.com/pest-parser/pest/pull/1114">pest-parser/pest#1114</a></li>
<li>update to Unicode 17.0.0 by <a
href="https://github.com/tomtau"><code>@tomtau</code></a> in <a
href="https://redirect.github.com/pest-parser/pest/pull/1116">pest-parser/pest#1116</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/jieyouxu"><code>@jieyouxu</code></a>
made their first contribution in <a
href="https://redirect.github.com/pest-parser/pest/pull/1112">pest-parser/pest#1112</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pest-parser/pest/compare/v2.8.1...v2.8.2">https://github.com/pest-parser/pest/compare/v2.8.1...v2.8.2</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pest-parser/pest/commit/28427c6c08b8deeccb0a92b4564d38f2b2c83b01"><code>28427c6</code></a>
bump version to 2.8.4 (<a
href="https://redirect.github.com/pest-parser/pest/issues/1137">#1137</a>)</li>
<li><a
href="https://github.com/pest-parser/pest/commit/79fbb67e84edf3eda769140521a6f23833e857bd"><code>79fbb67</code></a>
Fix typos across the tree (<a
href="https://redirect.github.com/pest-parser/pest/issues/1133">#1133</a>)</li>
<li><a
href="https://github.com/pest-parser/pest/commit/11f45aae72b4a1db9f04d43ca5b42414a470f2d2"><code>11f45aa</code></a>
Bump MSRV (<a
href="https://redirect.github.com/pest-parser/pest/issues/1134">#1134</a>)</li>
<li><a
href="https://github.com/pest-parser/pest/commit/27f7ed1660f426ea8228e3b7c4dbe62eefdb85ad"><code>27f7ed1</code></a>
Fix newer clippy errors (<a
href="https://redirect.github.com/pest-parser/pest/issues/1135">#1135</a>)</li>
<li><a
href="https://github.com/pest-parser/pest/commit/c51e047a68f531c0b22193503abf62ccaba9135a"><code>c51e047</code></a>
feat: add is_empty method to check if iterator contains no pairs (<a
href="https://redirect.github.com/pest-parser/pest/issues/1132">#1132</a>)</li>
<li><a
href="https://github.com/pest-parser/pest/commit/d2dd16c5bf361eaaf36b4f7b9657ee48252883f3"><code>d2dd16c</code></a>
ci: setup trusted publishing (<a
href="https://redirect.github.com/pest-parser/pest/issues/1124">#1124</a>)</li>
<li><a
href="https://github.com/pest-parser/pest/commit/e1061fe3e874999df379d75d4d16eb978dfcfc6e"><code>e1061fe</code></a>
feat: impl Error from core (<a
href="https://redirect.github.com/pest-parser/pest/issues/1121">#1121</a>)</li>
<li><a
href="https://github.com/pest-parser/pest/commit/a2889a04c6e24d10dfd098920b3d3623e56b68ca"><code>a2889a0</code></a>
deps: drop <code>thiserror</code> for a manual impl (<a
href="https://redirect.github.com/pest-parser/pest/issues/1120">#1120</a>)</li>
<li><a
href="https://github.com/pest-parser/pest/commit/3da954b0034643533e597ae0dffa6e31193af475"><code>3da954b</code></a>
bump version to 2.8.2 (<a
href="https://redirect.github.com/pest-parser/pest/issues/1117">#1117</a>)</li>
<li><a
href="https://github.com/pest-parser/pest/commit/2cf69b80f1581e8f184594218508d6c861519e6c"><code>2cf69b8</code></a>
update to Unicode 17.0.0 (<a
href="https://redirect.github.com/pest-parser/pest/issues/1116">#1116</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pest-parser/pest/compare/v2.8.1...v2.8.4">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR 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>
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>