Auto merge of #26847 - servo:dependabot/cargo/tokio-sync-0.1.8, r=jdm

build(deps): bump tokio-sync from 0.1.6 to 0.1.8

Bumps [tokio-sync](https://github.com/tokio-rs/tokio) from 0.1.6 to 0.1.8.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/blob/tokio-0.1.8/CHANGELOG.md">tokio-sync's changelog</a>.</em></p>
<blockquote>
<h1>0.1.8 (August 23, 2018)</h1>
<ul>
<li>Extract tokio::executor::current_thread to a sub crate (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/370">#370</a>)</li>
<li>Add <code>Runtime::block_on</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/398">#398</a>)</li>
<li>Add <code>runtime::current_thread::block_on_all</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/477">#477</a>)</li>
<li>Misc documentation improvements (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/450">#450</a>)</li>
<li>Implement <code>std::error::Error</code> for error types (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/501">#501</a>)</li>
</ul>
<h1>0.1.7 (June 6, 2018)</h1>
<ul>
<li>Add <code>Runtime::block_on</code> for concurrent runtime (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/391">#391</a>).</li>
<li>Provide handle to <code>current_thread::Runtime</code> that allows spawning tasks from
other threads (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/340">#340</a>).</li>
<li>Provide <code>clock::now()</code>, a configurable source of time (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/381">#381</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="07203408de"><code>0720340</code></a> Bump version to v0.1.8 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/566">#566</a>)</li>
<li><a href="8bf2e9aeb0"><code>8bf2e9a</code></a> Introduce <code>Timeout</code> and deprecate <code>Deadline</code>. (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/558">#558</a>)</li>
<li><a href="cf184eb326"><code>cf184eb</code></a> timer: Reduce size of <code>Delay</code> struct (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/554">#554</a>)</li>
<li><a href="d822b721b4"><code>d822b72</code></a> Add DelayQueue implementation to tokio-timer (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/550">#550</a>)</li>
<li><a href="c66b56c3fb"><code>c66b56c</code></a> Implement <code>Default</code> for <code>tokio_timer::Handle</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/553">#553</a>)</li>
<li><a href="89639ec48b"><code>89639ec</code></a> Bump tokio-uds version to v0.2.1 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/552">#552</a>)</li>
<li><a href="2b1b0ac858"><code>2b1b0ac</code></a> Expose tokio_uds from the root crate (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/526">#526</a>)</li>
<li><a href="6b84c73f12"><code>6b84c73</code></a> tokio::codec docs + additional exports (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/546">#546</a>)</li>
<li><a href="767b370c21"><code>767b370</code></a> Add tokio-tls echo example. (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/541">#541</a>)</li>
<li><a href="28010b5962"><code>28010b5</code></a> Update <code>lines_encoder</code> test to use LinesCodec (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/544">#544</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-sync-0.1.6...tokio-0.1.8">compare view</a></li>
</ul>
</details>
<br />

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

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-06-10 22:24:42 -04:00 committed by GitHub
commit 872d624021
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
Cargo.lock generated
View file

@ -5882,9 +5882,9 @@ dependencies = [
[[package]]
name = "tokio-sync"
version = "0.1.6"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2162248ff317e2bc713b261f242b69dbb838b85248ed20bb21df56d60ea4cae7"
checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
dependencies = [
"fnv",
"futures",