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