Auto merge of #27905 - servo:dependabot/cargo/tokio-macros-0.2.6, r=jdm

Bump tokio-macros from 0.2.5 to 0.2.6

Bumps [tokio-macros](https://github.com/tokio-rs/tokio) from 0.2.5 to 0.2.6.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio-macros's releases</a>.</em></p>
<blockquote>
<h2>Tokio v0.2.6</h2>
<p>This release fixes an API regression introduced as part of v0.2.5.</p>
<h3>Fixes</h3>
<ul>
<li><code>fs::File::seek</code> API regression (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1991">#1991</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d2ad49aa6e"><code>d2ad49a</code></a> chore: prepare tokio-macros v0.2.6 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3127">#3127</a>)</li>
<li><a href="85d8029e9b"><code>85d8029</code></a> util: Add <code>TokioContext</code> future (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2791">#2791</a>) (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2958">#2958</a>)</li>
<li><a href="b69d4a6108"><code>b69d4a6</code></a> v0.2.x: disable clippy check (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2961">#2961</a>)</li>
<li><a href="a517dbf605"><code>a517dbf</code></a> net: make <code>UnixListener::poll_accept</code> public (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2880">#2880</a>)</li>
<li><a href="c0c7124a4b"><code>c0c7124</code></a> sync: fix missing notification during mpsc close (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2854">#2854</a>)</li>
<li><a href="2b96b1773d"><code>2b96b17</code></a> ci: update nightly and fix all sorts of new failures (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2852">#2852</a>)</li>
<li><a href="f0328f7810"><code>f0328f7</code></a> sync: implement map methods of parking_lot fame (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2771">#2771</a>)</li>
<li><a href="30d4ec0a20"><code>30d4ec0</code></a> io: add ReaderStream (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2714">#2714</a>)</li>
<li><a href="1167c09ae8"><code>1167c09</code></a> process: document remote killing for Child (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2736">#2736</a>)</li>
<li><a href="7276d47072"><code>7276d47</code></a> net: impl ToSocketAddrs for (String, u16) (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2724">#2724</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-macros-0.2.5...tokio-macros-0.2.6">compare view</a></li>
</ul>
</details>
<br />

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

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:
bors-servo 2020-12-03 05:18:37 -05:00 committed by GitHub
commit 4e68aebde2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -6447,9 +6447,9 @@ dependencies = [
[[package]]
name = "tokio-macros"
version = "0.2.5"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389"
checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.2",