6.json (8053B)
1 { 2 "number": 6, 3 "title": "Bump tokio from 0.2.13 to 0.2.14", 4 "state": "merged", 5 "diff_file": "6.diff", 6 "author": "dependabot-preview[bot]", 7 "created_at": "2020-04-02T05:07:21Z", 8 "closed_at": "2020-04-02T10:01:42Z", 9 "merged_at": "2020-04-02T10:01:42Z", 10 "base_ref": "master", 11 "head_ref": "dependabot/cargo/tokio-0.2.14", 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.13 to 0.2.14.\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.14</h2>\n<p>This release introduces automatic cooperative task yielding. <a href=\"https://tokio.rs/blog/2020-04-preemption/\">This</a> article describes the new functionality in more detail.</p>\n<h3>Fixes</h3>\n<ul>\n<li>rt: concurrency bug in scheduler (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2273\">#2273</a>).</li>\n<li>rt: concurrency bug with shell runtime (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2333\">#2333</a>).</li>\n<li>test-util: correct pause/resume of time (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2253\">#2253</a>).</li>\n<li>time: <code>DelayQueue</code> correct wakeup after <code>insert</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2285\">#2285</a>).</li>\n</ul>\n<h3>Added</h3>\n<ul>\n<li>io: impl <code>RawFd</code>, <code>AsRawHandle</code> for std io types (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2335\">#2335</a>).</li>\n<li>rt: automatic cooperative task yielding (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2160\">#2160</a>, <a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2343\">#2343</a>, <a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2349\">#2349</a>).</li>\n<li>sync: <code>RwLock::into_inner</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2321\">#2321</a>).</li>\n</ul>\n<h3>Changed</h3>\n<ul>\n<li>sync: semaphore, mutex internals rewritten to avoid allocations (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2325\">#2325</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/f01136b5c0bbbe72fa674df4924cc53a872cffff\"><code>f01136b</code></a> chore: prepare tokio v0.2.14 release (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2356\">#2356</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/caa7e180e43fdf914774de86f01f88e6b41f4a32\"><code>caa7e18</code></a> rt: cap fifo scheduler slot to avoid starvation (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2349\">#2349</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/7b2438e7441e98b2a3f72eb239b1c51489b7d9b8\"><code>7b2438e</code></a> sync: fix notified link (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2351\">#2351</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/00725f6876821f2ec5246a807563e35c5e53f3e1\"><code>00725f6</code></a> sync: fix possible dangling pointer in semaphore (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2340\">#2340</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/5c71268bb88a1125e822f5a0a68ff996f6811736\"><code>5c71268</code></a> sync: broadcast, revert "Keep lock until sender notified" (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2348\">#2348</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/8020b02bd0aa02e5fb887430fbb986a1376a7a9e\"><code>8020b02</code></a> fs: add coop test (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2344\">#2344</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/11acfbbea4668b5dfe47357e9f52a7cd1f816416\"><code>11acfbb</code></a> rt: add task join coop test (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2345\">#2345</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/f2005a78ca59f7e3bd1b59c99638e8a382a2b2fa\"><code>f2005a7</code></a> timer: fix loom test (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2346\">#2346</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/3fb213a8612699a46b2ccbeddd9adfbe3c468287\"><code>3fb213a</code></a> timer: improve memory ordering in Inner's increment (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2107\">#2107</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/6cf1a5b6b8686e5bde107d072d77199aaefcb2ec\"><code>6cf1a5b</code></a> time: fix DelayQueue rewriting delay on insert after Poll::Ready (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2285\">#2285</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/tokio-rs/tokio/compare/tokio-0.2.13...tokio-0.2.14\">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.13&new-version=0.2.14)\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 }