Skip to content

Commit

Permalink
Bump pest from 2.7.0 to 2.7.3 (#48)
Browse files Browse the repository at this point in the history
Bumps [pest](https://github.com/pest-parser/pest) from 2.7.0 to 2.7.3.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pest-parser/pest/commit/ec61e9219f117a9602ca1eab3362a77934e548ec"><code>ec61e92</code></a>
small cargo clippy fixes + dependency bumps (<a
href="https://redirect.github.com/pest-parser/pest/issues/921">#921</a>)</li>
<li><a
href="https://github.com/pest-parser/pest/commit/734ba66ad73229d54b10aa1197a9c0ad62014943"><code>734ba66</code></a>
A new stack implementation that should be faster and less
space-consuming (<a
href="https://redirect.github.com/pest-parser/pest/issues/905">#905</a>)</li>
<li><a
href="https://github.com/pest-parser/pest/commit/fe53557291766e385443f7f618c627bf46550162"><code>fe53557</code></a>
docs: fix small typo in <code>match_range</code> (<a
href="https://redirect.github.com/pest-parser/pest/issues/906">#906</a>)</li>
<li><a
href="https://github.com/pest-parser/pest/commit/5bfa99ef3caaa93e649a7d8825a983d54458352d"><code>5bfa99e</code></a>
propagate non_exhaustive attribute to the generated Rule enums (<a
href="https://redirect.github.com/pest-parser/pest/issues/901">#901</a>)</li>
<li><a
href="https://github.com/pest-parser/pest/commit/da0feb03c031d65b5f96fc3c651466392373e52b"><code>da0feb0</code></a>
Add feature gated <code>Cow</code> module paths (<a
href="https://redirect.github.com/pest-parser/pest/issues/900">#900</a>)</li>
<li><a
href="https://github.com/pest-parser/pest/commit/4d51b5b75c56b03e13eb21d3e36a5bbe8285a640"><code>4d51b5b</code></a>
Update license field following SPDX 2.1 license expression standard (<a
href="https://redirect.github.com/pest-parser/pest/issues/898">#898</a>)</li>
<li><a
href="https://github.com/pest-parser/pest/commit/02cffe677fdfe881431c7317c7bd583f6409e9b0"><code>02cffe6</code></a>
Implement Display for Expr and OptimizedExpr (<a
href="https://redirect.github.com/pest-parser/pest/issues/896">#896</a>)</li>
<li><a
href="https://github.com/pest-parser/pest/commit/ac0aed3eecf435fd93ba575a39704aaa88a375b7"><code>ac0aed3</code></a>
Adding get_input() to types that already have public as_str() 🏷️ (<a
href="https://redirect.github.com/pest-parser/pest/issues/890">#890</a>)</li>
<li><a
href="https://github.com/pest-parser/pest/commit/48e0a8bd3d43a17c1c78f099610b745d18ec0c5f"><code>48e0a8b</code></a>
Implement core::fmt::Display for OptimizedExpr (<a
href="https://redirect.github.com/pest-parser/pest/issues/889">#889</a>)</li>
<li><a
href="https://github.com/pest-parser/pest/commit/597e09b09d632da892bb8a9e31879483960a15c6"><code>597e09b</code></a>
Merging Spans ♻️ (<a
href="https://redirect.github.com/pest-parser/pest/issues/887">#887</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/pest-parser/pest/compare/v2.7.0...v2.7.3">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.7.0&new-version=2.7.3)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 10, 2023
1 parent d9eceff commit 170fc17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 170fc17

Please sign in to comment.