Auto merge of #29473 - servo:dependabot/cargo/pest-2.5.6, r=mukilan

Bump pest from 2.5.5 to 2.5.6

Bumps [pest](https://github.com/pest-parser/pest) from 2.5.5 to 2.5.6.
<details>
<summary>Commits</summary>
<ul>
<li><a href="f294ead3e1"><code>f294ead</code></a> doc: added a note regarding the no_std support (<a href="https://github-redirect.dependabot.com/pest-parser/pest/issues/819">#819</a>)</li>
<li><a href="ebb1ccd930"><code>ebb1ccd</code></a> fix: grammar <code>////</code> parsing error. (fixes <a href="https://github-redirect.dependabot.com/pest-parser/pest/issues/817">#817</a>) (<a href="https://github-redirect.dependabot.com/pest-parser/pest/issues/818">#818</a>)</li>
<li><a href="18ca64fb8c"><code>18ca64f</code></a> Update benchmark result typo (with Pest v2.5.2 as base line). (<a href="https://github-redirect.dependabot.com/pest-parser/pest/issues/794">#794</a>)</li>
<li><a href="ac89744825"><code>ac89744</code></a> Fix multiple grammars not always recompile issue <a href="https://github-redirect.dependabot.com/pest-parser/pest/issues/789">#789</a> (<a href="https://github-redirect.dependabot.com/pest-parser/pest/issues/790">#790</a>)</li>
<li>See full diff in <a href="https://github.com/pest-parser/pest/compare/v2.5.5...v2.5.6">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.5.5&new-version=2.5.6)](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>
This commit is contained in:
bors-servo 2023-03-07 05:25:35 +01:00 committed by GitHub
commit 48ccb957d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -4572,9 +4572,9 @@ checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
[[package]]
name = "pest"
version = "2.5.5"
version = "2.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "028accff104c4e513bad663bbcd2ad7cfd5304144404c31ed0a77ac103d00660"
checksum = "8cbd939b234e95d72bc393d51788aec68aeeb5d51e748ca08ff3aad58cb722f7"
dependencies = [
"thiserror",
"ucd-trie",