23.json (10073B)
1 { 2 "number": 23, 3 "title": "Bump tokio from 0.2.22 to 0.2.23", 4 "state": "closed", 5 "diff_file": "23.diff", 6 "author": "dependabot-preview[bot]", 7 "created_at": "2020-11-13T04:39:20Z", 8 "closed_at": "2020-12-10T04:37:49Z", 9 "merged_at": null, 10 "base_ref": "master", 11 "head_ref": "dependabot/cargo/tokio-0.2.23", 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.22 to 0.2.23.\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.23</h2>\n<p>Maintenance release.</p>\n<h3>Fixes</h3>\n<ul>\n<li>time: report correct error for timers that exceed max duration (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2023\">#2023</a>)</li>\n<li>time: fix resetting expired timers causing panics (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2587\">#2587</a>)</li>\n<li>macros: silence <code>unreachable_code</code> warning in <code>select!</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2678\">#2678</a>)</li>\n<li>rt: fix potential leak during runtime shutdown (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2649\">#2649</a>)</li>\n<li>sync: fix missing notification during mpsc close (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2854\">#2854</a>)</li>\n</ul>\n<h3>Changes</h3>\n<ul>\n<li>io: always re-export <code>std::io</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2606\">#2606</a>)</li>\n<li>dependencies: update <code>parking_lot</code> dependency to 0.11.0 (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2676\">#2676</a>)</li>\n<li>io: rewrite <code>read_to_end</code> and <code>read_to_string</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2560\">#2560</a>)</li>\n<li>coop: reset coop budget when blocking in <code>block_on</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2711\">#2711</a>)</li>\n<li>sync: better Debug for Mutex (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2725\">#2725</a>)</li>\n<li>net: make <code>UnixListener::poll_accept</code> public (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2880\">#2880</a>)</li>\n<li>dep: raise <code>lazy_static</code> to <code>1.4.0</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3132\">#3132</a>)</li>\n<li>dep: raise <code>slab</code> to <code>0.4.2</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3132\">#3132</a>)</li>\n</ul>\n<h3>Added</h3>\n<ul>\n<li>io: add <code>io::duplex()</code> as bidirectional reader/writer (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2661\">#2661</a>)</li>\n<li>net: introduce split and <code>into_split</code> on <code>UnixDatagram</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2557\">#2557</a>)</li>\n<li>net: ensure that unix sockets have both <code>split</code> and <code>into_split</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2687\">#2687</a>)</li>\n<li>net: add <code>try_recv</code>/<code>from</code> & <code>try_send</code>/<code>to</code> to UnixDatagram (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1677\">#1677</a>)</li>\n<li>net: Add <code>UdpSocket::{try_send,try_send_to}</code> methods (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/1979\">#1979</a>)</li>\n<li>net: implement <code>ToSocketAddrs</code> for <code>(String, u16)</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2724\">#2724</a>)</li>\n<li>io: add <code>ReaderStream</code> (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2714\">#2714</a>)</li>\n<li>sync: implement map methods (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2771\">#2771</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/c63057ebc57acb352c3c15ce4b88b7747c24ecf1\"><code>c63057e</code></a> chore: prepare v0.2.23 release (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3114\">#3114</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/1016de28fccf704c713920d3c9631915c9045324\"><code>1016de2</code></a> ci: minimal version check (v0.2.x) (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3132\">#3132</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/d2ad49aa6eb274b0b5c4b9fc05f8e2109ddd3cdf\"><code>d2ad49a</code></a> chore: prepare tokio-macros v0.2.6 (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/3127\">#3127</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/85d8029e9bf2982b61b7e7b9b882f17492f35cfc\"><code>85d8029</code></a> util: Add <code>TokioContext</code> future (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2791\">#2791</a>) (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2958\">#2958</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/b69d4a6108f322ee7010642370592a5e3508cc4d\"><code>b69d4a6</code></a> v0.2.x: disable clippy check (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2961\">#2961</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/a517dbf605db542491408f273388b8da031ec32c\"><code>a517dbf</code></a> net: make <code>UnixListener::poll_accept</code> public (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2880\">#2880</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/c0c7124a4b01892727cd023a651ebb90bcd2e2ad\"><code>c0c7124</code></a> sync: fix missing notification during mpsc close (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2854\">#2854</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/2b96b1773dd31ff923de4bd8adac2adbac447399\"><code>2b96b17</code></a> ci: update nightly and fix all sorts of new failures (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2852\">#2852</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/f0328f78103eb73df0f532b7e69eaca4b4fda6c7\"><code>f0328f7</code></a> sync: implement map methods of parking_lot fame (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2771\">#2771</a>)</li>\n<li><a href=\"https://github.com/tokio-rs/tokio/commit/30d4ec0a209c0f71b11d8f358423ec22b1761ff4\"><code>30d4ec0</code></a> io: add ReaderStream (<a href=\"https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2714\">#2714</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/tokio-rs/tokio/compare/tokio-0.2.22...tokio-0.2.23\">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.22&new-version=0.2.23)\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 { 22 "author": "dependabot-preview[bot]", 23 "created_at": "2020-12-10T04:37:47Z", 24 "body": "Superseded by #25." 25 } 26 ], 27 "review_comments": [] 28 }