mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Auto merge of #26886 - servo:dependabot/cargo/vcpkg-0.2.10, r=jdm
build(deps): bump vcpkg from 0.2.8 to 0.2.10 Bumps [vcpkg](https://github.com/mcgoo/vcpkg-rs) from 0.2.8 to 0.2.10. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mcgoo/vcpkg-rs/blob/master/CHANGELOG.md">vcpkg's changelog</a>.</em></p> <blockquote> <h2>[0.2.10] - 2020-06-10</h2> <h3>Added</h3> <ul> <li>add support for "dynamic crt, static everything else" on Windows, using vcpkg triplet x64-windows-static-md.</li> </ul> <h2>[0.2.9] - 2020-05-31</h2> <h3>Added</h3> <ul> <li>add support for <code>cargo-vcpkg</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="8ad0bba6b2
"><code>8ad0bba</code></a> change 'install' key to be named 'dependencies'</li> <li><a href="e9625406ff
"><code>e962540</code></a> refactor triplet selection</li> <li><a href="bd5dae9027
"><code>bd5dae9</code></a> changelog and version</li> <li><a href="ab7ccbbedd
"><code>ab7ccbb</code></a> clean up</li> <li><a href="7768418260
"><code>7768418</code></a> try to build vcpkg with apple clang >=11 if available</li> <li><a href="1572e5dd1b
"><code>1572e5d</code></a> take a clippy suggestion</li> <li><a href="e0418237ba
"><code>e041823</code></a> add install instructions</li> <li><a href="eb3001a332
"><code>eb3001a</code></a> mention build.rs</li> <li><a href="1284e7af99
"><code>1284e7a</code></a> fix some things suggested by clippy</li> <li><a href="9095ce67f3
"><code>9095ce6</code></a> cargo-vcpkg 0.1.2</li> <li>Additional commits viewable in <a href="https://github.com/mcgoo/vcpkg-rs/compare/vcpkg-rs-0.2.8...vcpkg-rs-0.2.10">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=vcpkg&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
cb92a15600
1 changed files with 2 additions and 2 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -6134,9 +6134,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "vcpkg"
|
||||
version = "0.2.8"
|
||||
version = "0.2.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168"
|
||||
checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
|
||||
|
||||
[[package]]
|
||||
name = "vec_map"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue