diff options
author | bors-servo <servo-ops@mozilla.com> | 2020-05-28 15:57:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 15:57:26 -0400 |
commit | c389d7d8c01b43383a83e1036c86c60c3733177e (patch) | |
tree | 5a1df7a7c4feafe380fa793c5971b6b5d52170ea /components | |
parent | 59fbc5ff53c5e512c312a471dc591683910b43d3 (diff) | |
parent | 6a65c8d1e783299080bf3c051fd02bda22fde494 (diff) | |
download | servo-c389d7d8c01b43383a83e1036c86c60c3733177e.tar.gz servo-c389d7d8c01b43383a83e1036c86c60c3733177e.zip |
Auto merge of #26694 - servo:dependabot/cargo/tokio-fs-0.1.7, r=jdm
Bump tokio-fs from 0.1.6 to 0.1.7
Bumps [tokio-fs](https://github.com/tokio-rs/tokio) from 0.1.6 to 0.1.7.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/blob/tokio-0.1.7/CHANGELOG.md">tokio-fs's changelog</a>.</em></p>
<blockquote>
<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="https://github.com/tokio-rs/tokio/commit/8d8c895a1c97198e9461c4e01098f9c73ce626fe"><code>8d8c895</code></a> Remove <code>tokio-codec</code> dependency from <code>tokio</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/397">#397</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/dba5c27296bbba014cfb1aef088593bbff373fa7"><code>dba5c27</code></a> Bump version to v0.1.7 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/396">#396</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/db620b42ec8330ed33996edd7ce00d61ad947a4b"><code>db620b4</code></a> Another attempt at abstracting <code>Instant::now</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/381">#381</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/9013ed9bd4ed91d496042726b331b5f417adb00b"><code>9013ed9</code></a> Fix description of BlockingError as io::Error (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/384">#384</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/06325fa63b456069a7003b4fbf2dc1ac980c9a44"><code>06325fa</code></a> Bump tokio-uds to v0.2.0 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/395">#395</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/0d41ba7a08e3e2224d1972b78f12e9f510bea433"><code>0d41ba7</code></a> Implement a Send Handle for the single-threaded Runtime (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/340">#340</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/c07a7b26d31cce4ef40c51cca4048a7b5230250d"><code>c07a7b2</code></a> Cleanup FramedParts in new tokio-codec (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/394">#394</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/f723d100871e025e4bdd2f47397c9b089e666ce0"><code>f723d10</code></a> Create tokio-codec (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/360">#360</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/3d7263d3a0b73ab35d63b45a6524bde7251851e8"><code>3d7263d</code></a> Implement Runtime::block_on using oneshot (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/391">#391</a>)</li>
<li><a href="https://github.com/tokio-rs/tokio/commit/9caec1c15d66a7919818cf99db639574cfba67a1"><code>9caec1c</code></a> Remove futures2 crate (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/380">#380</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-fs-0.1.6...tokio-0.1.7">compare view</a></li>
</ul>
</details>
<br />
[](https://dependabot.com/compatibility-score/?dependency-name=tokio-fs&package-manager=cargo&previous-version=0.1.6&new-version=0.1.7)
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>
Diffstat (limited to 'components')
0 files changed, 0 insertions, 0 deletions