Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumps [pest](https://github.com/pest-parser/pest) from 2.6.0 to 2.7.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pest-parser/pest/commit/047c27e06231937c558ff8bf2ff2227c4a09dc1b"><code>047c27e</code></a> fix: expose the unicode emoji builtin rules (<a href="https://redirect.github.com/pest-parser/pest/issues/874">#874</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/73327b36ead82869c9c6aef906f264bb55ae729d"><code>73327b3</code></a> Add reference to json5-nodes (<a href="https://redirect.github.com/pest-parser/pest/issues/873">#873</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/26863bc49fc084a763c1f8489916ff95510473ca"><code>26863bc</code></a> feature-guard the new grammar features with "grammar-extras" (<a href="https://redirect.github.com/pest-parser/pest/issues/871">#871</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/360df1242e1749ce586b4dfca3143630f821e31d"><code>360df12</code></a> bump criterion and cargo dependencies (<a href="https://redirect.github.com/pest-parser/pest/issues/869">#869</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/867da2e381b7f28db9496a5879dac67f559936f1"><code>867da2e</code></a> Conditional source-tree bootstrapping (<a href="https://redirect.github.com/pest-parser/pest/issues/866">#866</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/5ce7b43a51bcff53b61fe6648ec3332dd7cddc78"><code>5ce7b43</code></a> Swap precedence of negation and factorial (<a href="https://redirect.github.com/pest-parser/pest/issues/865">#865</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/a4c93a7e8778007a2610243a19d688de2e6ee4bd"><code>a4c93a7</code></a> feat: add simple Position/Span From implementations for LineColLocation (<a href="https://redirect.github.com/pest-parser/pest/issues/860">#860</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/9176af24ddb104b92db748f18f30b5f6aca0dbb5"><code>9176af2</code></a> derive/examples: add a help menu grammar and parser (<a href="https://redirect.github.com/pest-parser/pest/issues/856">#856</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/23831eccd4d26e016f7865789689d06503f8be2b"><code>23831ec</code></a> Removed TODO about removed box syntax (<a href="https://redirect.github.com/pest-parser/pest/issues/854">#854</a>)</li> <li><a href="https://github.com/pest-parser/pest/commit/7f8411a4d5b9c9ac6fcec06e293878982cd320c8"><code>7f8411a</code></a> Mitigate errors in reporting grammars that can cause the parser to run indefi...</li> <li>Additional commits viewable in <a href="https://github.com/pest-parser/pest/compare/v2.6.0...v2.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pest&package-manager=cargo&previous-version=2.6.0&new-version=2.7.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 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