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

13.md (8019B)


      1 # PR #13 Bump clap from 2.33.0 to 2.33.1
      2 
      3 - **Status:** merged
      4 - **Author:** @dependabot-preview[bot]
      5 - **Created:** 2020-05-12T04:59:18Z
      6 - **Branch:** dependabot/cargo/clap-2.33.1 → master
      7 - **Merged:** 2020-05-12T23:26:27Z
      8 - **Labels:** dependencies
      9 - **Assignees:** @MTRNord
     10 - **Diff:** [13.diff](./13.diff)
     11 
     12 ---
     13 
     14 Bumps [clap](https://github.com/clap-rs/clap) from 2.33.0 to 2.33.1.
     15 <details>
     16 <summary>Release notes</summary>
     17 <p><em>Sourced from <a href="https://github.com/clap-rs/clap/releases">clap's releases</a>.</em></p>
     18 <blockquote>
     19 <h2>v2.33.1</h2>
     20 <p><a name="v2.33.1"></a></p>
     21 <h3>v2.33.1 (2020-05-11)</h3>
     22 <h4>Bug Fixes</h4>
     23 <ul>
     24 <li>Windows: Prevent some panics when parsing invalid Unicode on Windows (<a href="https://github.com/clap-rs/clap/commit/922c64508389170c9c77f1c8a4e597d14d3ed2f0">922c645</a>, closes <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/1905">#1905</a>)</li>
     25 </ul>
     26 <h4>Documentation</h4>
     27 <ul>
     28 <li>fixes versions referenced in the README (<a href="https://github.com/kbknapp/clap-rs/commit/d307466af1013f172b8ec0252f01a473e2192d6b">d307466a</a>)</li>
     29 <li><strong>README.md:</strong>
     30 <ul>
     31 <li>cuts down the number of examples to reduce confusion (<a href="https://github.com/kbknapp/clap-rs/commit/6e508ee09e7153de4adf4e88b0aa6418a537dadd">6e508ee0</a>)</li>
     32 </ul>
     33 </li>
     34 </ul>
     35 <h4>Improvements</h4>
     36 <ul>
     37 <li><strong>Deps:</strong>  doesnt compile ansi_term on Windows since its not used (<a href="https://github.com/kbknapp/clap-rs/commit/b57ee94609da3ddc897286cfba968f26ff961491">b57ee946</a>, closes <a href="https://github-redirect.dependabot.com/kbknapp/clap-rs/issues/1155">#1155</a>)</li>
     38 </ul>
     39 <h4>Minimum Required Rust</h4>
     40 <ul>
     41 <li>As of this release, <code>clap</code> requires <code>rustc 1.36.0</code> or greater.</li>
     42 </ul>
     43 </blockquote>
     44 </details>
     45 <details>
     46 <summary>Changelog</summary>
     47 <p><em>Sourced from <a href="https://github.com/clap-rs/clap/blob/v2.33.1/CHANGELOG.md">clap's changelog</a>.</em></p>
     48 <blockquote>
     49 <h3>v2.33.1 (2020-05-11)</h3>
     50 <h4>Bug Fixes</h4>
     51 <ul>
     52 <li>Windows: Prevent some panics when parsing invalid Unicode on Windows (<a href="https://github.com/clap-rs/clap/commit/922c64508389170c9c77f1c8a4e597d14d3ed2f0">922c645</a>, closes <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/1905">#1905</a>)</li>
     53 </ul>
     54 <h4>Documentation</h4>
     55 <ul>
     56 <li>fixes versions referenced in the README (<a href="https://github.com/kbknapp/clap-rs/commit/d307466af1013f172b8ec0252f01a473e2192d6b">d307466a</a>)</li>
     57 <li><strong>README.md:</strong>
     58 <ul>
     59 <li>cuts down the number of examples to reduce confusion (<a href="https://github.com/kbknapp/clap-rs/commit/6e508ee09e7153de4adf4e88b0aa6418a537dadd">6e508ee0</a>)</li>
     60 </ul>
     61 </li>
     62 </ul>
     63 <h4>Improvements</h4>
     64 <ul>
     65 <li><strong>Deps:</strong>  doesnt compile ansi_term on Windows since its not used (<a href="https://github.com/kbknapp/clap-rs/commit/b57ee94609da3ddc897286cfba968f26ff961491">b57ee946</a>, closes <a href="https://github-redirect.dependabot.com/kbknapp/clap-rs/issues/1155">#1155</a>)</li>
     66 </ul>
     67 <h4>Minimum Required Rust</h4>
     68 <ul>
     69 <li>As of this release, <code>clap</code> requires <code>rustc 1.36.0</code> or greater.</li>
     70 </ul>
     71 <p><a name="v2.33.0"></a></p>
     72 </blockquote>
     73 </details>
     74 <details>
     75 <summary>Commits</summary>
     76 <ul>
     77 <li><a href="https://github.com/clap-rs/clap/commit/ffb8d552c2e9a49da50d93577345779fb92c34a1"><code>ffb8d55</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/1917">#1917</a> from clap-rs/v2.33.1</li>
     78 <li><a href="https://github.com/clap-rs/clap/commit/7ac16ac5c7ee7bfcf7b9a083cf9f4e1e99a4ed65"><code>7ac16ac</code></a> chore: increase ver ref in lib.rs</li>
     79 <li><a href="https://github.com/clap-rs/clap/commit/bc3291db8e2d44e3171d42fe59bdaf0f07e24dce"><code>bc3291d</code></a> chore: increase version on v2 branch</li>
     80 <li><a href="https://github.com/clap-rs/clap/commit/922c64508389170c9c77f1c8a4e597d14d3ed2f0"><code>922c645</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/1907">#1907</a> from oconnor663/windows_2.33</li>
     81 <li><a href="https://github.com/clap-rs/clap/commit/703caf37c49517ef72550cf310ff781eab90c4a2"><code>703caf3</code></a> prevent some panics when parsing invalid Unicode on Windows</li>
     82 <li><a href="https://github.com/clap-rs/clap/commit/0129fe517a542e665a923594d907848b7f55da61"><code>0129fe5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/clap-rs/clap/issues/1673">#1673</a> from clap-rs/v2-ci</li>
     83 <li><a href="https://github.com/clap-rs/clap/commit/48a71f35accb34da72bdd3fd712f0ea8ebf8ea7f"><code>48a71f3</code></a> Update minimum rust version</li>
     84 <li><a href="https://github.com/clap-rs/clap/commit/57baeb489c5ec2efbf49950126b56a047a66761e"><code>57baeb4</code></a> Formatted rust</li>
     85 <li><a href="https://github.com/clap-rs/clap/commit/f9ffeb861610d6b2c2cc837dfa2d028afbb03083"><code>f9ffeb8</code></a> CI for v2-master</li>
     86 <li><a href="https://github.com/clap-rs/clap/commit/fa45af5caddf891b6e827a97b4969366c46dc76f"><code>fa45af5</code></a> where -&gt; were</li>
     87 <li>Additional commits viewable in <a href="https://github.com/clap-rs/clap/compare/v2.33.0...v2.33.1">compare view</a></li>
     88 </ul>
     89 </details>
     90 <br />
     91 
     92 
     93 [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=clap&package-manager=cargo&previous-version=2.33.0&new-version=2.33.1)](https://dependabot.com/compatibility-score/?dependency-name=clap&package-manager=cargo&previous-version=2.33.0&new-version=2.33.1)
     94 
     95 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`.
     96 
     97 [//]: # (dependabot-automerge-start)
     98 [//]: # (dependabot-automerge-end)
     99 
    100 ---
    101 
    102 <details>
    103 <summary>Dependabot commands and options</summary>
    104 <br />
    105 
    106 You can trigger Dependabot actions by commenting on this PR:
    107 - `@dependabot rebase` will rebase this PR
    108 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    109 - `@dependabot merge` will merge this PR after your CI passes on it
    110 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    111 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    112 - `@dependabot reopen` will reopen this PR if it is closed
    113 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    114 - `@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)
    115 - `@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)
    116 - `@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)
    117 - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
    118 - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
    119 - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
    120 - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
    121 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
    122 
    123 Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
    124 - Update frequency (including time of day and day of week)
    125 - Pull request limits (per update run and/or open at any time)
    126 - Out-of-range updates (receive only lockfile updates, if desired)
    127 - Security updates (receive only security updates, if desired)
    128 
    129 
    130 
    131 </details>
    132