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.json (8376B)


      1 {
      2   "number": 13,
      3   "title": "Bump clap from 2.33.0 to 2.33.1",
      4   "state": "merged",
      5   "diff_file": "13.diff",
      6   "author": "dependabot-preview[bot]",
      7   "created_at": "2020-05-12T04:59:18Z",
      8   "closed_at": "2020-05-12T23:26:28Z",
      9   "merged_at": "2020-05-12T23:26:27Z",
     10   "base_ref": "master",
     11   "head_ref": "dependabot/cargo/clap-2.33.1",
     12   "labels": [
     13     "dependencies"
     14   ],
     15   "assignees": [
     16     "MTRNord"
     17   ],
     18   "requested_reviewers": [],
     19   "body": "Bumps [clap](https://github.com/clap-rs/clap) from 2.33.0 to 2.33.1.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/clap-rs/clap/releases\">clap's releases</a>.</em></p>\n<blockquote>\n<h2>v2.33.1</h2>\n<p><a name=\"v2.33.1\"></a></p>\n<h3>v2.33.1 (2020-05-11)</h3>\n<h4>Bug Fixes</h4>\n<ul>\n<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>\n</ul>\n<h4>Documentation</h4>\n<ul>\n<li>fixes versions referenced in the README (<a href=\"https://github.com/kbknapp/clap-rs/commit/d307466af1013f172b8ec0252f01a473e2192d6b\">d307466a</a>)</li>\n<li><strong>README.md:</strong>\n<ul>\n<li>cuts down the number of examples to reduce confusion (<a href=\"https://github.com/kbknapp/clap-rs/commit/6e508ee09e7153de4adf4e88b0aa6418a537dadd\">6e508ee0</a>)</li>\n</ul>\n</li>\n</ul>\n<h4>Improvements</h4>\n<ul>\n<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>\n</ul>\n<h4>Minimum Required Rust</h4>\n<ul>\n<li>As of this release, <code>clap</code> requires <code>rustc 1.36.0</code> or greater.</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/clap-rs/clap/blob/v2.33.1/CHANGELOG.md\">clap's changelog</a>.</em></p>\n<blockquote>\n<h3>v2.33.1 (2020-05-11)</h3>\n<h4>Bug Fixes</h4>\n<ul>\n<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>\n</ul>\n<h4>Documentation</h4>\n<ul>\n<li>fixes versions referenced in the README (<a href=\"https://github.com/kbknapp/clap-rs/commit/d307466af1013f172b8ec0252f01a473e2192d6b\">d307466a</a>)</li>\n<li><strong>README.md:</strong>\n<ul>\n<li>cuts down the number of examples to reduce confusion (<a href=\"https://github.com/kbknapp/clap-rs/commit/6e508ee09e7153de4adf4e88b0aa6418a537dadd\">6e508ee0</a>)</li>\n</ul>\n</li>\n</ul>\n<h4>Improvements</h4>\n<ul>\n<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>\n</ul>\n<h4>Minimum Required Rust</h4>\n<ul>\n<li>As of this release, <code>clap</code> requires <code>rustc 1.36.0</code> or greater.</li>\n</ul>\n<p><a name=\"v2.33.0\"></a></p>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<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>\n<li><a href=\"https://github.com/clap-rs/clap/commit/7ac16ac5c7ee7bfcf7b9a083cf9f4e1e99a4ed65\"><code>7ac16ac</code></a> chore: increase ver ref in lib.rs</li>\n<li><a href=\"https://github.com/clap-rs/clap/commit/bc3291db8e2d44e3171d42fe59bdaf0f07e24dce\"><code>bc3291d</code></a> chore: increase version on v2 branch</li>\n<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>\n<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>\n<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>\n<li><a href=\"https://github.com/clap-rs/clap/commit/48a71f35accb34da72bdd3fd712f0ea8ebf8ea7f\"><code>48a71f3</code></a> Update minimum rust version</li>\n<li><a href=\"https://github.com/clap-rs/clap/commit/57baeb489c5ec2efbf49950126b56a047a66761e\"><code>57baeb4</code></a> Formatted rust</li>\n<li><a href=\"https://github.com/clap-rs/clap/commit/f9ffeb861610d6b2c2cc837dfa2d028afbb03083\"><code>f9ffeb8</code></a> CI for v2-master</li>\n<li><a href=\"https://github.com/clap-rs/clap/commit/fa45af5caddf891b6e827a97b4969366c46dc76f\"><code>fa45af5</code></a> where -&gt; were</li>\n<li>Additional commits viewable in <a href=\"https://github.com/clap-rs/clap/compare/v2.33.0...v2.33.1\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![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)\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   "review_comments": []
     22 }