Auto merge of #28338 - servo:dependabot/cargo/generator-0.6.25, r=jdm

build(deps): bump generator from 0.6.21 to 0.6.25

Bumps [generator](https://github.com/Xudong-Huang/generator-rs) from 0.6.21 to 0.6.25.
<details>
<summary>Commits</summary>
<ul>
<li><a href="96885a9eb1"><code>96885a9</code></a> 📝 📝 bump version to 0.6.25</li>
<li><a href="c58e33c2f7"><code>c58e33c</code></a> 📝 fix aarch64 release optimization issue</li>
<li><a href="414611bf6d"><code>414611b</code></a> 📝 fix aarch64 stack init</li>
<li><a href="f836a190d1"><code>f836a19</code></a> 📝 fix aarch64 stack unwind</li>
<li><a href="b6d6162afc"><code>b6d6162</code></a> 📝 bump version to 0.6.24</li>
<li><a href="b54b7a15df"><code>b54b7a1</code></a> 📝 remove appveyor build</li>
<li><a href="cb2d146532"><code>cb2d146</code></a> 📝 fix 2021 edition panic warning</li>
<li><a href="8cb578fa0f"><code>8cb578f</code></a> 📝 revert send bound</li>
<li><a href="4a9d4b94cb"><code>4a9d4b9</code></a> 🐛 fix generator send bound (<a href="https://github-redirect.dependabot.com/Xudong-Huang/generator-rs/issues/27">#27</a>)</li>
<li><a href="628d0dca4e"><code>628d0dc</code></a> 📝 switch from rustc_version to rustversion</li>
<li>Additional commits viewable in <a href="https://github.com/Xudong-Huang/generator-rs/compare/0.6.21...0.6.25">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=generator&package-manager=cargo&previous-version=0.6.21&new-version=0.6.25)](https://dependabot.com/compatibility-score/?dependency-name=generator&package-manager=cargo&previous-version=0.6.21&new-version=0.6.25)

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)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)

</details>
This commit is contained in:
bors-servo 2021-04-06 10:32:28 -04:00 committed by GitHub
commit ca568d2064
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
Cargo.lock generated
View file

@ -1942,14 +1942,14 @@ dependencies = [
[[package]]
name = "generator"
version = "0.6.21"
version = "0.6.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "add72f17bb81521258fcc8a7a3245b1e184e916bfbe34f0ea89558f440df5c68"
checksum = "061d3be1afec479d56fa3bd182bf966c7999ec175fcfdb87ac14d417241366c6"
dependencies = [
"cc",
"libc",
"log",
"rustc_version",
"rustversion",
"winapi",
]
@ -5073,6 +5073,12 @@ dependencies = [
"owned_ttf_parser",
]
[[package]]
name = "rustversion"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd"
[[package]]
name = "ryu"
version = "1.0.5"