Skip to content

Commit

Permalink
Bump pest from 2.6.0 to 2.7.0 (#42)
Browse files Browse the repository at this point in the history
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 &quot;grammar-extras&quot;
(<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
dependabot[bot] authored Jul 1, 2023
1 parent f0713c0 commit 071600a
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ exclude = [".github"]
serde_json = "1.0"
serde_yaml = "0.9"
clap = { version = "4.3", features = ["derive"] }
pest = "2.0"
pest = "2.7"
pest_derive = "2.0"
regex = "1"
hcl-rs = "0.14"
Expand Down

0 comments on commit 071600a

Please sign in to comment.