mirror of
https://github.com/servo/servo.git
synced 2025-08-09 07:25:35 +01:00
Auto merge of #27733 - servo:dependabot/cargo/ppv-lite86-0.2.10, r=jdm
Bump ppv-lite86 from 0.2.8 to 0.2.10 Bumps [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) from 0.2.8 to 0.2.10. <details> <summary>Commits</summary> <ul> <li><a href="3012849c2d
"><code>3012849</code></a> release new versions</li> <li><a href="9213f7eb1f
"><code>9213f7e</code></a> Migrate to new cipher crate</li> <li><a href="1eb8f4b687
"><code>1eb8f4b</code></a> eliminate clippy warnings</li> <li><a href="9f2a3c9a4c
"><code>9f2a3c9</code></a> fmt</li> <li><a href="0dec28b9d0
"><code>0dec28b</code></a> eliminate build warnings</li> <li><a href="96bb212bd1
"><code>96bb212</code></a> remove broken function</li> <li><a href="e42d7188d5
"><code>e42d718</code></a> c2-chacha: Migrate to stream-cipher 0.7</li> <li><a href="c622fec5ab
"><code>c622fec</code></a> threefish-cipher: Migrate to block-cipher 0.8</li> <li><a href="ede56cee70
"><code>ede56ce</code></a> c2-chacha: Migrate to stream-cipher 0.6</li> <li><a href="d84373e793
"><code>d84373e</code></a> Remove unnecessary GenericArray::as_mut_slice calls</li> <li>Additional commits viewable in <a href="https://github.com/cryptocorrosion/cryptocorrosion/compare/ppv-lite86-0.2.8...ppv-lite86-0.2.10">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=ppv-lite86&package-manager=cargo&previous-version=0.2.8&new-version=0.2.10) 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:
commit
30ac2e79a5
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4458,9 +4458,9 @@ checksum = "b18befed8bc2b61abc79a457295e7e838417326da1586050b919414073977f19"
|
|||
|
||||
[[package]]
|
||||
name = "ppv-lite86"
|
||||
version = "0.2.8"
|
||||
version = "0.2.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
|
||||
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
||||
|
||||
[[package]]
|
||||
name = "precomputed-hash"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue