Auto merge of #28837 - servo:dependabot/cargo/libdbus-sys-0.2.2, r=jdm

Bump libdbus-sys from 0.2.1 to 0.2.2

Bumps [libdbus-sys](https://github.com/diwic/dbus-rs) from 0.2.1 to 0.2.2.
<details>
<summary>Commits</summary>
<ul>
<li><a href="7e85c35edb"><code>7e85c35</code></a> Release libdbus-sys, dbus</li>
<li><a href="154b4d8022"><code>154b4d8</code></a> dbus: Forgot to change the comment for nonblock</li>
<li><a href="ebc07100d5"><code>ebc0710</code></a> dbus: Rename &quot;set_all_signal_matches&quot; to &quot;set_signal_match_mode&quot;</li>
<li><a href="ec26410adf"><code>ec26410</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/diwic/dbus-rs/issues/351">#351</a> from qwandor/msg_match_all</li>
<li><a href="bce7cd9151"><code>bce7cd9</code></a> Only duplicate signal messages, and make it configurable.</li>
<li><a href="91821951fb"><code>9182195</code></a> Send message to all matching filters, not just first one.</li>
<li><a href="45f54a00c6"><code>45f54a0</code></a> Add <code>Message::duplicate</code> method.</li>
<li><a href="aa8c71e34a"><code>aa8c71e</code></a> Release: crossroads 0.5.0, tokio 0.7.5</li>
<li><a href="06f8edab21"><code>06f8eda</code></a> crossroads: Fix mismatch between propcontext.reply and get_async</li>
<li><a href="0cb0d8cf00"><code>0cb0d8c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/diwic/dbus-rs/issues/350">#350</a> from Snarpix/fix-non-sending-signals</li>
<li>Additional commits viewable in <a href="https://github.com/diwic/dbus-rs/compare/dbus-crossroads-v0.2.1...libdbus-sys-v0.2.2">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=libdbus-sys&package-manager=cargo&previous-version=0.2.1&new-version=0.2.2)](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-10 08:31:19 -04:00 committed by GitHub
commit 32862da809
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -3419,9 +3419,9 @@ checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"
[[package]]
name = "libdbus-sys"
version = "0.2.1"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc12a3bc971424edbbf7edaf6e5740483444db63aa8e23d3751ff12a30f306f0"
checksum = "c185b5b7ad900923ef3a8ff594083d4d9b5aea80bb4f32b8342363138c0d456b"
dependencies = [
"pkg-config",
]