Commit 557c851
authored
Bump pest_derive from 2.8.5 to 2.8.6 (#48)
Bumps [pest_derive](https://github.com/pest-parser/pest) from 2.8.5 to
2.8.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pest-parser/pest/releases">pest_derive's
releases</a>.</em></p>
<blockquote>
<h2>v2.8.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix memchr pest dependency to 2.4.0 by <a
href="https://github.com/nyurik"><code>@nyurik</code></a> in <a
href="https://redirect.github.com/pest-parser/pest/pull/1147">pest-parser/pest#1147</a></li>
<li>New debugging span (using range). <a
href="https://redirect.github.com/pest-parser/pest/issues/1123">#1123</a>
by <a href="https://github.com/re-masashi"><code>@re-masashi</code></a>
in <a
href="https://redirect.github.com/pest-parser/pest/pull/1148">pest-parser/pest#1148</a></li>
<li>Fix: change display impl to match as str by <a
href="https://github.com/Teolhyn"><code>@Teolhyn</code></a> in <a
href="https://redirect.github.com/pest-parser/pest/pull/1151">pest-parser/pest#1151</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/re-masashi"><code>@re-masashi</code></a> made
their first contribution in <a
href="https://redirect.github.com/pest-parser/pest/pull/1148">pest-parser/pest#1148</a></li>
<li><a href="https://github.com/Teolhyn"><code>@Teolhyn</code></a> made
their first contribution in <a
href="https://redirect.github.com/pest-parser/pest/pull/1151">pest-parser/pest#1151</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/pest-parser/pest/compare/v2.8.5...v2.8.6">https://github.com/pest-parser/pest/compare/v2.8.5...v2.8.6</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/79dd30d11aab6f0fba3cd79bd48f456209b966b3"><code>79dd30d</code></a>
bump version to 2.8.6 (<a
href="https://redirect.github.com/pest-parser/pest/issues/1152">#1152</a>)</li>
<li><a
href="https://github.com/pest-parser/pest/commit/182ffb4b4d3faa1276783b97b8bd3dec3cf32ad2"><code>182ffb4</code></a>
Fix: change display impl to match as str (<a
href="https://redirect.github.com/pest-parser/pest/issues/1151">#1151</a>)</li>
<li><a
href="https://github.com/pest-parser/pest/commit/a70abdb3f8ad95e672410113d59622f929af96f2"><code>a70abdb</code></a>
New debugging span (using range). <a
href="https://redirect.github.com/pest-parser/pest/issues/1123">#1123</a>
(<a
href="https://redirect.github.com/pest-parser/pest/issues/1148">#1148</a>)</li>
<li><a
href="https://github.com/pest-parser/pest/commit/a4a6f550c5f45abbb4a625e8639fb878ac1c854f"><code>a4a6f55</code></a>
Fix memchr pest dependency to 2.4.0 (<a
href="https://redirect.github.com/pest-parser/pest/issues/1147">#1147</a>)</li>
<li>See full diff in <a
href="https://github.com/pest-parser/pest/compare/v2.8.5...v2.8.6">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 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>1 parent 1b5861c commit 557c851
1 file changed
+8
-8
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments