Auto merge of #26257 - servo:dependabot/cargo/cc-1.0.50, r=jdm

Bump cc from 1.0.45 to 1.0.50

Bumps [cc](https://github.com/alexcrichton/cc-rs) from 1.0.45 to 1.0.50.
<details>
<summary>Commits</summary>
<ul>
<li><a href="1d82f457ad"><code>1d82f45</code></a> Bump to 1.0.50</li>
<li><a href="6fe23efe36"><code>6fe23ef</code></a> Don't depend on <code>num_cpus</code> for parallelism</li>
<li><a href="150cdfc332"><code>150cdfc</code></a> Bump to 1.0.49</li>
<li><a href="ea034939c8"><code>ea03493</code></a> Add cross prefix for riscv64gc-unknown-linux-gnu =&gt; riscv64-linux-gnu (<a href="https://github-redirect.dependabot.com/alexcrichton/cc-rs/issues/465">#465</a>)</li>
<li><a href="52597893ee"><code>5259789</code></a> Implement std::error::Error for Error (<a href="https://github-redirect.dependabot.com/alexcrichton/cc-rs/issues/464">#464</a>)</li>
<li><a href="c5c238474d"><code>c5c2384</code></a> Enable -fPIC on non-bare-metal RISC-V (<a href="https://github-redirect.dependabot.com/alexcrichton/cc-rs/issues/461">#461</a>)</li>
<li><a href="be9f2c1ae0"><code>be9f2c1</code></a> Bump to 1.0.48</li>
<li><a href="15fe24ae6f"><code>15fe24a</code></a> Default to double-float ABI on RISC-V Linux (<a href="https://github-redirect.dependabot.com/alexcrichton/cc-rs/issues/460">#460</a>)</li>
<li><a href="661800ed92"><code>661800e</code></a> Migrate tests to <code>tempfile</code> from deprecated <code>tempdir</code> (<a href="https://github-redirect.dependabot.com/alexcrichton/cc-rs/issues/457">#457</a>)</li>
<li><a href="1b97bc6df8"><code>1b97bc6</code></a> Detect clang cl driver mode (<a href="https://github-redirect.dependabot.com/alexcrichton/cc-rs/issues/455">#455</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/alexcrichton/cc-rs/compare/1.0.45...1.0.50">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=cc&package-manager=cargo&previous-version=1.0.45&new-version=1.0.50)](https://dependabot.com/compatibility-score/?dependency-name=cc&package-manager=cargo&previous-version=1.0.45&new-version=1.0.50)

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)

---

**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).

<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:
bors-servo 2020-04-22 13:43:37 -04:00 committed by GitHub
commit a4a2542055
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Cargo.lock generated
View file

@ -563,12 +563,11 @@ dependencies = [
[[package]]
name = "cc"
version = "1.0.45"
version = "1.0.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fc9a35e1f4290eb9e5fc54ba6cf40671ed2a2514c3eeb2b2a908dda2ea5a1be"
checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
dependencies = [
"jobserver",
"num_cpus",
]
[[package]]