Auto merge of #28826 - servo:dependabot/cargo/pkg-config-0.3.25, r=jdm

Bump pkg-config from 0.3.24 to 0.3.25

Bumps [pkg-config](https://github.com/rust-lang/pkg-config-rs) from 0.3.24 to 0.3.25.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/rust-lang/pkg-config-rs/blob/master/CHANGELOG.md">pkg-config's changelog</a>.</em></p>
<blockquote>
<h2>[0.3.25] - 2022-03-31</h2>
<h3>Added</h3>
<ul>
<li>Support for parsing <code>-Wl</code> linker arguments from the <code>Libs</code> lines and
passing them to the linker as well as making them available via
<code>Library::ld_args</code> (<a href="https://github-redirect.dependabot.com/rust-lang/pkg-config-rs/issues/131">#131</a>).</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Use SPDX license format and remove obsolete badge info (<a href="https://github-redirect.dependabot.com/rust-lang/pkg-config-rs/issues/129">#129</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="4246c5a3ef"><code>4246c5a</code></a> Release 0.3.25</li>
<li><a href="66404f9b49"><code>66404f9</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/pkg-config-rs/issues/131">#131</a> from eulegang/master</li>
<li><a href="225a4a7f35"><code>225a4a7</code></a> Removing header include flags in linker args handler</li>
<li><a href="337d9a9177"><code>337d9a9</code></a> renaming ld_options -&gt; ld_args</li>
<li><a href="90b9291a5e"><code>90b9291</code></a> retriggering ci</li>
<li><a href="f5731f7a15"><code>f5731f7</code></a> Fixing matches! macro support</li>
<li><a href="dfebb0f72b"><code>dfebb0f</code></a> Ignoring already handled -Wl options, switching to comma split args</li>
<li><a href="55cc009638"><code>55cc009</code></a> Restructuring to support pass through ld options</li>
<li><a href="9465edd6a2"><code>9465edd</code></a> Adding rpath support</li>
<li><a href="d442626a84"><code>d442626</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-lang/pkg-config-rs/issues/129">#129</a> from atouchet/crgo</li>
<li>Additional commits viewable in <a href="https://github.com/rust-lang/pkg-config-rs/compare/0.3.24...0.3.25">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pkg-config&package-manager=cargo&previous-version=0.3.24&new-version=0.3.25)](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-09 01:06:08 -04:00 committed by GitHub
commit c2a8cf38f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -4820,9 +4820,9 @@ dependencies = [
[[package]]
name = "pkg-config"
version = "0.3.24"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
[[package]]
name = "plane-split"