23.md (9679B)
1 # PR #23 Bump tokio from 0.2.22 to 0.2.23 2 3 - **Status:** closed 4 - **Author:** @dependabot-preview[bot] 5 - **Created:** 2020-11-13T04:39:20Z 6 - **Branch:** dependabot/cargo/tokio-0.2.23 → master 7 - **Closed:** 2020-12-10T04:37:49Z 8 - **Labels:** dependencies 9 - **Assignees:** @MTRNord 10 - **Diff:** [23.diff](./23.diff) 11 12 --- 13 14 Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.22 to 0.2.23. 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.23</h2> 20 <p>Maintenance release.</p> 21 <h3>Fixes</h3> 22 <ul> 23 <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> 24 <li>time: fix resetting expired timers causing panics (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2587">#2587</a>)</li> 25 <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> 26 <li>rt: fix potential leak during runtime shutdown (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2649">#2649</a>)</li> 27 <li>sync: fix missing notification during mpsc close (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2854">#2854</a>)</li> 28 </ul> 29 <h3>Changes</h3> 30 <ul> 31 <li>io: always re-export <code>std::io</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2606">#2606</a>)</li> 32 <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> 33 <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> 34 <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> 35 <li>sync: better Debug for Mutex (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2725">#2725</a>)</li> 36 <li>net: make <code>UnixListener::poll_accept</code> public (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2880">#2880</a>)</li> 37 <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> 38 <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> 39 </ul> 40 <h3>Added</h3> 41 <ul> 42 <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> 43 <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> 44 <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> 45 <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> 46 <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> 47 <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> 48 <li>io: add <code>ReaderStream</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2714">#2714</a>)</li> 49 <li>sync: implement map methods (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2771">#2771</a>)</li> 50 </ul> 51 </blockquote> 52 </details> 53 <details> 54 <summary>Commits</summary> 55 <ul> 56 <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> 57 <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> 58 <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> 59 <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> 60 <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> 61 <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> 62 <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> 63 <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> 64 <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> 65 <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> 66 <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> 67 </ul> 68 </details> 69 <br /> 70 71 72 [](https://dependabot.com/compatibility-score/?dependency-name=tokio&package-manager=cargo&previous-version=0.2.22&new-version=0.2.23) 73 74 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`. 75 76 [//]: # (dependabot-automerge-start) 77 [//]: # (dependabot-automerge-end) 78 79 --- 80 81 <details> 82 <summary>Dependabot commands and options</summary> 83 <br /> 84 85 You can trigger Dependabot actions by commenting on this PR: 86 - `@dependabot rebase` will rebase this PR 87 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 88 - `@dependabot merge` will merge this PR after your CI passes on it 89 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 90 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 91 - `@dependabot reopen` will reopen this PR if it is closed 92 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 93 - `@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) 94 - `@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) 95 - `@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) 96 - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language 97 - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language 98 - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language 99 - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language 100 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme 101 102 Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): 103 - Update frequency (including time of day and day of week) 104 - Pull request limits (per update run and/or open at any time) 105 - Out-of-range updates (receive only lockfile updates, if desired) 106 - Security updates (receive only security updates, if desired) 107 108 109 110 </details> 111 112 113 ## Comments 114 115 ### @dependabot-preview[bot] — 2020-12-10T04:37:47Z 116 117 Superseded by #25. 118