mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #27892 - servo:dependabot/cargo/sw-composite-0.7.14, r=jdm
Bump sw-composite from 0.7.10 to 0.7.14 Bumps [sw-composite](https://github.com/jrmuizel/sw-composite) from 0.7.10 to 0.7.14. <details> <summary>Commits</summary> <ul> <li><a href="be087eb7d5
"><code>be087eb</code></a> Bump version</li> <li><a href="8da6a9171c
"><code>8da6a91</code></a> Fix overflow over_in.</li> <li><a href="c487237fee
"><code>c487237</code></a> Bump version</li> <li><a href="3edc4c1617
"><code>3edc4c1</code></a> Make <code>over</code> inline</li> <li><a href="5f7c0aff19
"><code>5f7c0af</code></a> Elaborate the history of the <code>over_in</code> implementation</li> <li><a href="f931ba3813
"><code>f931ba3</code></a> Reimplement over_in</li> <li><a href="b5f790ba4f
"><code>b5f790b</code></a> Make Screen::blend inline</li> <li><a href="864977302f
"><code>8649773</code></a> Use wrapping arithmetic in MatrixFixedPoint to prevent panics in debug.</li> <li><a href="63e8c23039
"><code>63e8c23</code></a> Fix panic when gradient stop position is outside the 0..1 range.</li> <li><a href="9b6d42581b
"><code>9b6d425</code></a> Reformat.</li> <li>See full diff in <a href="https://github.com/jrmuizel/sw-composite/compare/v0.7.10...v0.7.14">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=sw-composite&package-manager=cargo&previous-version=0.7.10&new-version=0.7.14) 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
cbdfc7453e
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -6122,9 +6122,9 @@ checksum = "c666f0fed8e1e20e057af770af9077d72f3d5a33157b8537c1475dd8ffd6d32b"
|
|||
|
||||
[[package]]
|
||||
name = "sw-composite"
|
||||
version = "0.7.10"
|
||||
version = "0.7.14"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1f414e0c648cea54e6aa44f044a70ffc51fb9a5c6684bcfca89a70f74dde2dff"
|
||||
checksum = "e39674047b1748e8bf4865142772a6637bd32d8b4b27e3c2248dd122f637808b"
|
||||
|
||||
[[package]]
|
||||
name = "swapper"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue