Auto merge of #28802 - servo:dependabot/cargo/cmake-0.1.48, r=jdm

Bump cmake from 0.1.44 to 0.1.48

Bumps [cmake](https://github.com/alexcrichton/cmake-rs) from 0.1.44 to 0.1.48.
<details>
<summary>Commits</summary>
<ul>
<li><a href="7793895d88"><code>7793895</code></a> Bump to 0.1.48</li>
<li><a href="5f9218b481"><code>5f9218b</code></a> Revert setting CMAKE_SYSTEM_NAME=Linux when targeting Linux (<a href="https://github-redirect.dependabot.com/alexcrichton/cmake-rs/issues/139">#139</a>)</li>
<li><a href="ea36e96be8"><code>ea36e96</code></a> Bump to 0.1.47</li>
<li><a href="71c41f07b8"><code>71c41f0</code></a> Define <code>CMAKE_SYSTEM_NAME</code> when compiling for Linux (<a href="https://github-redirect.dependabot.com/alexcrichton/cmake-rs/issues/136">#136</a>)</li>
<li><a href="dca4a9df71"><code>dca4a9d</code></a> Add Visual Studio 17 (2022) (<a href="https://github-redirect.dependabot.com/alexcrichton/cmake-rs/issues/134">#134</a>)</li>
<li><a href="2f324d7a03"><code>2f324d7</code></a> Bump to 0.1.46</li>
<li><a href="d8ce23ee34"><code>d8ce23e</code></a> Use CMAKE_TOOLCHAIN_FILE environment variable earlier (<a href="https://github-redirect.dependabot.com/alexcrichton/cmake-rs/issues/129">#129</a>)</li>
<li><a href="9af8515c78"><code>9af8515</code></a> [alexcrichton/cmake-rs#122] Refactor setting the number of parallel jobs (<a href="https://github-redirect.dependabot.com/alexcrichton/cmake-rs/issues/123">#123</a>)</li>
<li><a href="453b8d88b5"><code>453b8d8</code></a> [alexcrichton/cmake-rs#81] support generator toolset (-T) (<a href="https://github-redirect.dependabot.com/alexcrichton/cmake-rs/issues/121">#121</a>)</li>
<li><a href="5f89f90ee5"><code>5f89f90</code></a> Allow per-target cmake toolchain (<a href="https://github-redirect.dependabot.com/alexcrichton/cmake-rs/issues/120">#120</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/alexcrichton/cmake-rs/compare/0.1.44...0.1.48">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cmake&package-manager=cargo&previous-version=0.1.44&new-version=0.1.48)](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-05 16:41:19 -04:00 committed by GitHub
commit 259e7ae9dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
Cargo.lock generated
View file

@ -652,9 +652,9 @@ dependencies = [
[[package]] [[package]]
name = "cc" name = "cc"
version = "1.0.65" version = "1.0.73"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95752358c8f7552394baf48cd82695b345628ad3f170d607de3ca03b8dacca15" checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
dependencies = [ dependencies = [
"jobserver", "jobserver",
] ]
@ -780,9 +780,9 @@ dependencies = [
[[package]] [[package]]
name = "cmake" name = "cmake"
version = "0.1.44" version = "0.1.48"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e56268c17a6248366d66d4a47a3381369d068cce8409bb1716ed77ea32163bb" checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"
dependencies = [ dependencies = [
"cc", "cc",
] ]