8.md (6680B)
1 # PR #8 Bump tokio from 0.2.15 to 0.2.16 2 3 - **Status:** merged 4 - **Author:** @dependabot-preview[bot] 5 - **Created:** 2020-04-06T05:04:49Z 6 - **Branch:** dependabot/cargo/tokio-0.2.16 → master 7 - **Merged:** 2020-04-06T14:02:16Z 8 - **Labels:** dependencies 9 - **Assignees:** @MTRNord 10 - **Diff:** [8.diff](./8.diff) 11 12 --- 13 14 Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.15 to 0.2.16. 15 <details> 16 <summary>Release notes</summary> 17 <p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p> 18 <blockquote> 19 <h2>Tokio 0.2.16</h2> 20 <p>This release fixes a regression in <code>tokio::sync</code> and a bug in <code>tokio::fs::copy</code>. It also 21 adds a new APIs to <code>tokio::time</code> and <code>tokio::io</code>.</p> 22 <h3>Fixes</h3> 23 <ul> 24 <li>sync: fix a regression where <code>Mutex</code>, <code>Semaphore</code>, and <code>RwLock</code> futures no 25 longer implement <code>Sync</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2375">#2375</a>)</li> 26 <li>fs: fix <code>fs::copy</code> not copying file permissions (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2354">#2354</a>)</li> 27 </ul> 28 <h3>Added</h3> 29 <ul> 30 <li>time: added <code>deadline</code> method to <code>delay_queue::Expired</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2300">#2300</a>)</li> 31 <li>io: added <code>StreamReader</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2052">#2052</a>)</li> 32 </ul> 33 </blockquote> 34 </details> 35 <details> 36 <summary>Commits</summary> 37 <ul> 38 <li><a href="https://github.com/tokio-rs/tokio/commit/d883ac0fa0c65fdc25bedf5566cb76c236fae3f7"><code>d883ac0</code></a> chore: prepare tokio 0.2.16 release</li> 39 <li><a href="https://github.com/tokio-rs/tokio/commit/1121a8eb23f6f0edd9f41cdc08331d40e18105ee"><code>1121a8e</code></a> sync: ensure Mutex, RwLock, and Semaphore futures are Send + Sync (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2375">#2375</a>)</li> 40 <li><a href="https://github.com/tokio-rs/tokio/commit/6fa40b6e2060b253dd32df326440fa6196763412"><code>6fa40b6</code></a> doc: Fix readme link (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2370">#2370</a>)</li> 41 <li><a href="https://github.com/tokio-rs/tokio/commit/e10471dc3af90f3467a3eb6f970e1a322c247d08"><code>e10471d</code></a> io: Add StreamReader (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2052">#2052</a>)</li> 42 <li><a href="https://github.com/tokio-rs/tokio/commit/0245515e4d71baa243c181b27f37299f02d46b08"><code>0245515</code></a> examples: add comment about dependency gotcha (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2355">#2355</a>)</li> 43 <li><a href="https://github.com/tokio-rs/tokio/commit/03cb3b6ca12627041f153e018ef099dda921d11a"><code>03cb3b6</code></a> Expose time::deplay_queue::Expired::deadline (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2300">#2300</a>)</li> 44 <li><a href="https://github.com/tokio-rs/tokio/commit/3eaa1885c314345f3fa0022e8a04af4f159f2365"><code>3eaa188</code></a> fs: Copy file permissions (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2354">#2354</a>)</li> 45 <li><a href="https://github.com/tokio-rs/tokio/commit/cf4cbc142bd8198d2112cf671c120740fdc4e132"><code>cf4cbc1</code></a> test: Added read_error() and write_error() (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2337">#2337</a>)</li> 46 <li><a href="https://github.com/tokio-rs/tokio/commit/215d7d4c5f3aa5b436183b8d8abfb9701f34a17d"><code>215d7d4</code></a> util: documentation example for LengthDelimitedCodec (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2339">#2339</a>)</li> 47 <li>See full diff in <a href="https://github.com/tokio-rs/tokio/compare/tokio-0.2.15...tokio-0.2.16">compare view</a></li> 48 </ul> 49 </details> 50 <br /> 51 52 53 [](https://dependabot.com/compatibility-score/?dependency-name=tokio&package-manager=cargo&previous-version=0.2.15&new-version=0.2.16) 54 55 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`. 56 57 [//]: # (dependabot-automerge-start) 58 [//]: # (dependabot-automerge-end) 59 60 --- 61 62 <details> 63 <summary>Dependabot commands and options</summary> 64 <br /> 65 66 You can trigger Dependabot actions by commenting on this PR: 67 - `@dependabot rebase` will rebase this PR 68 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 69 - `@dependabot merge` will merge this PR after your CI passes on it 70 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 71 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 72 - `@dependabot reopen` will reopen this PR if it is closed 73 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 74 - `@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) 75 - `@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) 76 - `@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) 77 - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language 78 - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language 79 - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language 80 - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language 81 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme 82 83 Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): 84 - Update frequency (including time of day and day of week) 85 - Pull request limits (per update run and/or open at any time) 86 - Out-of-range updates (receive only lockfile updates, if desired) 87 - Security updates (receive only security updates, if desired) 88 89 90 91 </details> 92