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

17.json (8790B)


      1 {
      2   "number": 17,
      3   "title": "Bump reqwest from 0.10.4 to 0.10.6",
      4   "state": "merged",
      5   "diff_file": "17.diff",
      6   "author": "dependabot-preview[bot]",
      7   "created_at": "2020-06-01T04:59:06Z",
      8   "closed_at": "2020-06-01T10:33:52Z",
      9   "merged_at": "2020-06-01T10:33:52Z",
     10   "base_ref": "master",
     11   "head_ref": "dependabot/cargo/reqwest-0.10.6",
     12   "labels": [
     13     "dependencies"
     14   ],
     15   "assignees": [
     16     "MTRNord"
     17   ],
     18   "requested_reviewers": [],
     19   "body": "Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.4 to 0.10.6.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/seanmonstar/reqwest/releases\">reqwest's releases</a>.</em></p>\n<blockquote>\n<h2>v0.10.6</h2>\n<ul>\n<li>Changed handling of URLs that don't have <code>http:</code> or <code>https:</code> schemes, returning an error instead.</li>\n<li>Fixed a potential hyper-rustls feature conflict.</li>\n</ul>\n<h2>v0.10.5</h2>\n<ul>\n<li>Add <code>ClientBuilder::pool_idle_timeout</code> option.</li>\n<li>Add <code>ClientBuilder::pool_max_idle_per_host</code> option, deprecate <code>max_idle_per_host</code>.</li>\n<li>Add <code>Response::content_length</code> for WASM target.</li>\n<li>Enable TCP_NODELAY by default.</li>\n<li>Implement <code>TryFrom&lt;http::Request&gt;</code> for <code>blocking::Request</code>.</li>\n<li>Implement <code>TryFrom&lt;http::Request&gt;</code> for <code>Request</code>.\n<ul>\n<li>Removes <code>From&lt;http::Request&gt;</code> for <code>Request</code>.</li>\n<li>This is technically a breaking change, but was a mistake. It was not valid to convert from an <code>http::Request</code> to a <code>reqwest::Request</code> in an infallible fashion. It would panic if the conversion was not possible. Instead, the implementation has been changed to <code>TryFrom</code> to indicate it could fail.</li>\n</ul>\n</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md\">reqwest's changelog</a>.</em></p>\n<blockquote>\n<h2>v0.10.6</h2>\n<ul>\n<li>Changed handling of URLs that don't have <code>http:</code> or <code>https:</code> schemes, returning an error instead.</li>\n<li>Fixed a potential hyper-rustls feature conflict.</li>\n</ul>\n<h2>v0.10.5</h2>\n<ul>\n<li>Add <code>ClientBuilder::pool_idle_timeout</code> option.</li>\n<li>Add <code>ClientBuilder::pool_max_idle_per_host</code> option, deprecate <code>max_idle_per_host</code>.</li>\n<li>Add <code>Response::content_length</code> for WASM target.</li>\n<li>Enable TCP_NODELAY by default.</li>\n<li>Implement <code>TryFrom&lt;http::Request&gt;</code> for <code>blocking::Request</code>.</li>\n<li>Implement <code>TryFrom&lt;http::Request&gt;</code> for <code>Request</code>.\n<ul>\n<li>Removes <code>From&lt;http::Request&gt;</code> for <code>Request</code>.</li>\n<li>This is technically a breaking change, but was a mistake. It was not valid to convert from an <code>http::Request</code> to a <code>reqwest::Request</code> in an infallible fashion. It would panic if the conversion was not possible. Instead, the implementation has been changed to <code>TryFrom</code> to indicate it could fail.</li>\n</ul>\n</li>\n</ul>\n</blockquote>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/bcb35e9498ca12dc52ff35e2e5c1d745a60ddc23\"><code>bcb35e9</code></a> v0.10.6</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/eef504631b6ec189b8a38036fcfff8bca5f9914e\"><code>eef5046</code></a> Reject non-http, non-https URLs. (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/921\">#921</a>)</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/fd253cf1ab5f3af08e2e6133e0d5ab1344e8097f\"><code>fd253cf</code></a> Remove webpki-tokio from hyper-rustls (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/935\">#935</a>)</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/6c7190bb4f68904c365c7908f38c89f57be88e4a\"><code>6c7190b</code></a> v0.10.5</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/248a9765b36c32f8e45cc429209ac1b41d274bfc\"><code>248a976</code></a> Backport Sentivite headers to blocking implementation (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/931\">#931</a>)</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/d879d6f6c2f261524632b0d135a05b0bae14c7fd\"><code>d879d6f</code></a> Define authorization headers as sensitive header (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/916\">#916</a>)</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/ecf1df572c8371ce3988c64f8c16dd9f14a3bb9b\"><code>ecf1df5</code></a> Rename option to \u201cpool_max_idle_per_host\u201d (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/917\">#917</a>)</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/b5706f2d8949cb4a0ecad49326b82a5ce197b1f9\"><code>b5706f2</code></a> Make pool idle timeout configurable (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/866\">#866</a>)</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/90534fa78b2adc9159c4d6a173161bb958e55b1c\"><code>90534fa</code></a> Update dependencies (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/872\">#872</a>)</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/63376de793de38d7dbfae2ce61303c26fea92a1d\"><code>63376de</code></a> Implement <code>Response::content_length</code> for <code>wasm32</code> (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/863\">#863</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/seanmonstar/reqwest/compare/v0.10.4...v0.10.6\">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=reqwest&package-manager=cargo&previous-version=0.10.4&new-version=0.10.6)](https://dependabot.com/compatibility-score/?dependency-name=reqwest&package-manager=cargo&previous-version=0.10.4&new-version=0.10.6)\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 }