14.json (8157B)
1 { 2 "number": 14, 3 "title": "Bump tokio from 0.2.20 to 0.2.21", 4 "state": "merged", 5 "diff_file": "14.diff", 6 "author": "dependabot-preview[bot]", 7 "created_at": "2020-05-14T05:05:20Z", 8 "closed_at": "2020-05-14T09:48:31Z", 9 "merged_at": "2020-05-14T09:48:31Z", 10 "base_ref": "master", 11 "head_ref": "dependabot/cargo/tokio-0.2.21", 12 "labels": [ 13 "dependencies" 14 ], 15 "assignees": [ 16 "MTRNord" 17 ], 18 "requested_reviewers": [], 19 "body": "Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.20 to 0.2.21.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/tokio-rs/tokio/releases\">tokio's releases</a>.</em></p>\n<blockquote>\n<h2>Tokio v0.2.21</h2>\n<p>Bug fixes and API polish.</p>\n<h3>Fixes</h3>\n<ul>\n<li>macros: disambiguate built-in <code>#[test]</code> attribute in macro expansion (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2503\">#2503</a>)</li>\n<li>rt: <code>LocalSet</code> and task budgeting (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2462\">#2462</a>).</li>\n<li>rt: task budgeting with <code>block_in_place</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2502\">#2502</a>).</li>\n<li>sync: release <code>broadcast</code> channel memory without sending a value (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2509\">#2509</a>).</li>\n<li>time: notify when resetting a <code>Delay</code> to a time in the past (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2290\">#2290</a>).</li>\n</ul>\n<h3>Added</h3>\n<ul>\n<li>io: <code>get_mut</code>, <code>get_ref</code>, and <code>into_inner</code> to <code>Lines</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2450\">#2450</a>).</li>\n<li>io: <code>mio::Ready</code> argument to <code>PollEvented</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2419\">#2419</a>).</li>\n<li>os: illumos support (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2486\">#2486</a>).</li>\n<li>rt: <code>Handle::spawn_blocking</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2501\">#2501</a>).</li>\n<li>sync: <code>OwnedMutexGuard</code> for <code>Arc<Mutex<T>></code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2455\">#2455</a>).</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/02661ba30aed5d02e142212a323103d1bf84557b\"><code>02661ba</code></a> chore: prepare v0.2.21 release (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2530\">#2530</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/fb7dfcf4322b5e60604815aea91266b88f0b7823\"><code>fb7dfcf</code></a> sync: use intrusive list strategy for broadcast (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2509\">#2509</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/a32f918671ef641affbfcc4d4005ab738da795df\"><code>a32f918</code></a> chore: change norun to no_run (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2518\">#2518</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/221f421464e6672e9cf25629998477946a8b8e1f\"><code>221f421</code></a> codec: rewrite of codec::Framed (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2368\">#2368</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/1cc016833569e2dbae3b0431b7c87d5e75ef5de6\"><code>1cc0168</code></a> macros: disambiguate the built-in #[test] attribute in macro expansion (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2503\">#2503</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/67220eac37b77abb29cab693083694686c487d5f\"><code>67220ea</code></a> tokio: add support for illumos target (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2486\">#2486</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/3ba818a177a34dabd38c01a7a1aa15a5bc867c1f\"><code>3ba818a</code></a> io: add doc warning about concurrently calling poll_read/write_ready (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2439\">#2439</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/6aeeeff6e8a30ac59941bc00d03c29e7d66d2204\"><code>6aeeeff</code></a> io: add mio::Ready argument to PollEvented (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2419\">#2419</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/a75fe38ba5ffeb2e15c70b01ebfed81143ab2bce\"><code>a75fe38</code></a> stream: fix documentation on filter_map (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2511\">#2511</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/adce911b021e2e42ff8421d91d264e6c6356676c\"><code>adce911</code></a> doc: add link fragments to CONTRIBUTING.md (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2507\">#2507</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/tokio-rs/tokio/compare/tokio-0.2.20...tokio-0.2.21\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[](https://dependabot.com/compatibility-score/?dependency-name=tokio&package-manager=cargo&previous-version=0.2.20&new-version=0.2.21)\n\nDependabot 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`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@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)\n- `@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)\n- `@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)\n- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language\n- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language\n- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language\n- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language\n- `@dependabot badge me` will comment on this PR with code to add a \"Dependabot enabled\" badge to your readme\n\nAdditionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):\n- Update frequency (including time of day and day of week)\n- Pull request limits (per update run and/or open at any time)\n- Out-of-range updates (receive only lockfile updates, if desired)\n- Security updates (receive only security updates, if desired)\n\n\n\n</details>", 20 "comments": [], 21 "review_comments": [] 22 }