9.md (5868B)
1 # PR #9 Bump tokio from 0.2.16 to 0.2.17 2 3 - **Status:** closed 4 - **Author:** @dependabot-preview[bot] 5 - **Created:** 2020-04-10T05:04:24Z 6 - **Branch:** dependabot/cargo/tokio-0.2.17 → master 7 - **Closed:** 2020-04-13T05:03:50Z 8 - **Labels:** dependencies 9 - **Assignees:** @MTRNord 10 - **Diff:** [9.diff](./9.diff) 11 12 --- 13 14 Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.16 to 0.2.17. 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.17</h2> 20 <p>This release fixes a bug in the threaded scheduler that could result in panics under load (see <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2382">#2382</a>). Additionally, the default number of worker threads now uses the logical CPU count, so it will now respect scheduler affinity and <code>cgroups</code> CPU quotas.</p> 21 <h3>Fixes</h3> 22 <ul> 23 <li>rt: bug in work-stealing queue (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2387">#2387</a>)</li> 24 </ul> 25 <h3>Changes</h3> 26 <ul> 27 <li>rt: threadpool uses logical CPU count instead of physical by default (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2391">#2391</a>)</li> 28 </ul> 29 </blockquote> 30 </details> 31 <details> 32 <summary>Commits</summary> 33 <ul> 34 <li><a href="https://github.com/tokio-rs/tokio/commit/3137c6f07dabc4edc37acf717fd8c565bd78927b"><code>3137c6f</code></a> chore: prepare to release 0.2.17 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2392">#2392</a>)</li> 35 <li><a href="https://github.com/tokio-rs/tokio/commit/d294c992e7236d5279d9e1a49b4536b21ccbc835"><code>d294c99</code></a> Use logical CPUs instead of physical by default (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2391">#2391</a>)</li> 36 <li><a href="https://github.com/tokio-rs/tokio/commit/58ba45a38cc101e695895cc39d8ee4ce74176397"><code>58ba45a</code></a> rt: fix bug in work-stealing queue (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2387">#2387</a>)</li> 37 <li><a href="https://github.com/tokio-rs/tokio/commit/de8326a5a490aafdf12848820d1496b758f1ec57"><code>de8326a</code></a> doc: Sort methods on mpsc::Sender in doc (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2379">#2379</a>)</li> 38 <li><a href="https://github.com/tokio-rs/tokio/commit/d65bf3805be376505f5c2fb0724cec8917dfb813"><code>d65bf38</code></a> doc: add error explanation for UnboundedSender::send() (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2372">#2372</a>)</li> 39 <li><a href="https://github.com/tokio-rs/tokio/commit/7c1bc460f7eccbeef62504d4799b6bccc909e46c"><code>7c1bc46</code></a> test: add Send/Sync tests for all async fns (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2377">#2377</a>)</li> 40 <li>See full diff in <a href="https://github.com/tokio-rs/tokio/compare/tokio-0.2.16...tokio-0.2.17">compare view</a></li> 41 </ul> 42 </details> 43 <br /> 44 45 46 [](https://dependabot.com/compatibility-score/?dependency-name=tokio&package-manager=cargo&previous-version=0.2.16&new-version=0.2.17) 47 48 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`. 49 50 [//]: # (dependabot-automerge-start) 51 [//]: # (dependabot-automerge-end) 52 53 --- 54 55 <details> 56 <summary>Dependabot commands and options</summary> 57 <br /> 58 59 You can trigger Dependabot actions by commenting on this PR: 60 - `@dependabot rebase` will rebase this PR 61 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 62 - `@dependabot merge` will merge this PR after your CI passes on it 63 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 64 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 65 - `@dependabot reopen` will reopen this PR if it is closed 66 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 67 - `@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) 68 - `@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) 69 - `@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) 70 - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language 71 - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language 72 - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language 73 - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language 74 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme 75 76 Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): 77 - Update frequency (including time of day and day of week) 78 - Pull request limits (per update run and/or open at any time) 79 - Out-of-range updates (receive only lockfile updates, if desired) 80 - Security updates (receive only security updates, if desired) 81 82 83 84 </details> 85 86 87 ## Comments 88 89 ### @dependabot-preview[bot] — 2020-04-13T05:03:50Z 90 91 Superseded by #10. 92