osm-to-euroscope.meta

Issues/PRs archive for MTRNord/OSM_to_Euroscope
git clone git://archive.git.mtrnord.blog/MTRNord/osm-to-euroscope.meta.git
Log | Files | Refs

14.md (7831B)


      1 # PR #14 Bump tokio from 0.2.20 to 0.2.21
      2 
      3 - **Status:** merged
      4 - **Author:** @dependabot-preview[bot]
      5 - **Created:** 2020-05-14T05:05:20Z
      6 - **Branch:** dependabot/cargo/tokio-0.2.21 → master
      7 - **Merged:** 2020-05-14T09:48:31Z
      8 - **Labels:** dependencies
      9 - **Assignees:** @MTRNord
     10 - **Diff:** [14.diff](./14.diff)
     11 
     12 ---
     13 
     14 Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.20 to 0.2.21.
     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.21</h2>
     20 <p>Bug fixes and API polish.</p>
     21 <h3>Fixes</h3>
     22 <ul>
     23 <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>
     24 <li>rt: <code>LocalSet</code> and task budgeting (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2462">#2462</a>).</li>
     25 <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>
     26 <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>
     27 <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>
     28 </ul>
     29 <h3>Added</h3>
     30 <ul>
     31 <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>
     32 <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>
     33 <li>os: illumos support (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2486">#2486</a>).</li>
     34 <li>rt: <code>Handle::spawn_blocking</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2501">#2501</a>).</li>
     35 <li>sync: <code>OwnedMutexGuard</code> for <code>Arc&lt;Mutex&lt;T&gt;&gt;</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/2455">#2455</a>).</li>
     36 </ul>
     37 </blockquote>
     38 </details>
     39 <details>
     40 <summary>Commits</summary>
     41 <ul>
     42 <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>
     43 <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>
     44 <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>
     45 <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>
     46 <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>
     47 <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>
     48 <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>
     49 <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>
     50 <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>
     51 <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>
     52 <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>
     53 </ul>
     54 </details>
     55 <br />
     56 
     57 
     58 [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=0.2.20&new-version=0.2.21)](https://dependabot.com/compatibility-score/?dependency-name=tokio&package-manager=cargo&previous-version=0.2.20&new-version=0.2.21)
     59 
     60 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`.
     61 
     62 [//]: # (dependabot-automerge-start)
     63 [//]: # (dependabot-automerge-end)
     64 
     65 ---
     66 
     67 <details>
     68 <summary>Dependabot commands and options</summary>
     69 <br />
     70 
     71 You can trigger Dependabot actions by commenting on this PR:
     72 - `@dependabot rebase` will rebase this PR
     73 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
     74 - `@dependabot merge` will merge this PR after your CI passes on it
     75 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
     76 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
     77 - `@dependabot reopen` will reopen this PR if it is closed
     78 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
     79 - `@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)
     80 - `@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)
     81 - `@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)
     82 - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
     83 - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
     84 - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
     85 - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
     86 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
     87 
     88 Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
     89 - Update frequency (including time of day and day of week)
     90 - Pull request limits (per update run and/or open at any time)
     91 - Out-of-range updates (receive only lockfile updates, if desired)
     92 - Security updates (receive only security updates, if desired)
     93 
     94 
     95 
     96 </details>
     97