Auto merge of #28824 - servo:dependabot/cargo/ppv-lite86-0.2.16, r=jdm

Bump ppv-lite86 from 0.2.10 to 0.2.16

Bumps [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) from 0.2.10 to 0.2.16.
<details>
<summary>Commits</summary>
<ul>
<li><a href="4b1e1d655d"><code>4b1e1d6</code></a> release ppv-lite86 0.2.16, BLAKE 0.4.1</li>
<li><a href="8e7c84e002"><code>8e7c84e</code></a> ppv-lite86: add interface needed for BLAKE</li>
<li><a href="34d00f5231"><code>34d00f5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/cryptocorrosion/cryptocorrosion/issues/65">#65</a> from kazcw/cipher-0.3</li>
<li><a href="209a9fda91"><code>209a9fd</code></a> skein: cipher 0.2 -&gt; 0.3 (breaking)</li>
<li><a href="a60ca142a1"><code>a60ca14</code></a> threefish: cipher 0.2 -&gt; 0.3 (breaking)</li>
<li><a href="67225b9e5a"><code>67225b9</code></a> c2-chacha: cipher 0.2 -&gt; 0.3 (breaking)</li>
<li><a href="4cf46f5e1b"><code>4cf46f5</code></a> Github Action for clippy check</li>
<li><a href="a2e9baf66a"><code>a2e9baf</code></a> clippy</li>
<li><a href="f8d79d8000"><code>f8d79d8</code></a> GitHub Action for rustfmt check</li>
<li><a href="e9c9cebaa1"><code>e9c9ceb</code></a> cargo fmt</li>
<li>Additional commits viewable in <a href="https://github.com/cryptocorrosion/cryptocorrosion/compare/ppv-lite86-0.2.10...ppv-lite86-0.2.16">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ppv-lite86&package-manager=cargo&previous-version=0.2.10&new-version=0.2.16)](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 2022-04-08 20:16:04 -04:00 committed by GitHub
commit 6b83273f37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -4868,9 +4868,9 @@ checksum = "b18befed8bc2b61abc79a457295e7e838417326da1586050b919414073977f19"
[[package]]
name = "ppv-lite86"
version = "0.2.10"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
[[package]]
name = "precomputed-hash"