4.md (5080B)
1 # PR #4 Bump tokio from 0.2.12 to 0.2.13 2 3 - **Status:** merged 4 - **Author:** @dependabot-preview[bot] 5 - **Created:** 2020-03-02T05:11:27Z 6 - **Branch:** dependabot/cargo/tokio-0.2.13 → master 7 - **Merged:** 2020-03-02T18:29:18Z 8 - **Labels:** dependencies 9 - **Assignees:** @MTRNord 10 - **Diff:** [4.diff](./4.diff) 11 12 --- 13 14 Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.12 to 0.2.13. 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 v0.2.13</h2> 20 <p>Fixes a minor bug in the previous release that resulted in compilation errors using the new <code>pin!</code> form.</p> 21 <h3>Fixes</h3> 22 <ul> 23 <li>macros: unresolved import in <code>pin!</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2281">#2281</a>).</li> 24 </ul> 25 </blockquote> 26 </details> 27 <details> 28 <summary>Commits</summary> 29 <ul> 30 <li><a href="https://github.com/tokio-rs/tokio/commit/ecc23c084a64188e272e2c1e9e370189358a088b"><code>ecc23c0</code></a> chore: prepare v0.2.13 release (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2282">#2282</a>)</li> 31 <li><a href="https://github.com/tokio-rs/tokio/commit/937ae11f37b0acf6cff9f5808b050f5b8c6ec976"><code>937ae11</code></a> macros: fix unresolved import in pin! (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2281">#2281</a>)</li> 32 <li><a href="https://github.com/tokio-rs/tokio/commit/f0d18653a6b269d88a61ab37a00abd586b2de173"><code>f0d1865</code></a> runtime: add threaded_scheduler to examples (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2277">#2277</a>)</li> 33 <li><a href="https://github.com/tokio-rs/tokio/commit/06bcbe8dcf52a464d8e89866449397df1c794338"><code>06bcbe8</code></a> sync: refactor intrusive linked list (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2279">#2279</a>)</li> 34 <li><a href="https://github.com/tokio-rs/tokio/commit/bfdfb46fcd4fca0aa9bf517d3125bfb4e011449a"><code>bfdfb46</code></a> chore: delete unused file (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2280">#2280</a>)</li> 35 <li>See full diff in <a href="https://github.com/tokio-rs/tokio/compare/tokio-0.2.12...tokio-0.2.13">compare view</a></li> 36 </ul> 37 </details> 38 <br /> 39 40 41 [](https://dependabot.com/compatibility-score/?dependency-name=tokio&package-manager=cargo&previous-version=0.2.12&new-version=0.2.13) 42 43 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`. 44 45 [//]: # (dependabot-automerge-start) 46 [//]: # (dependabot-automerge-end) 47 48 --- 49 50 <details> 51 <summary>Dependabot commands and options</summary> 52 <br /> 53 54 You can trigger Dependabot actions by commenting on this PR: 55 - `@dependabot rebase` will rebase this PR 56 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 57 - `@dependabot merge` will merge this PR after your CI passes on it 58 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 59 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 60 - `@dependabot reopen` will reopen this PR if it is closed 61 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 62 - `@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) 63 - `@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) 64 - `@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) 65 - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language 66 - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language 67 - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language 68 - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language 69 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme 70 71 Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): 72 - Update frequency (including time of day and day of week) 73 - Pull request limits (per update run and/or open at any time) 74 - Out-of-range updates (receive only lockfile updates, if desired) 75 - Security updates (receive only security updates, if desired) 76 77 78 79 </details> 80