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

16.json (8584B)


      1 {
      2   "number": 16,
      3   "title": "Bump reqwest from 0.10.4 to 0.10.5",
      4   "state": "closed",
      5   "diff_file": "16.diff",
      6   "author": "dependabot-preview[bot]",
      7   "created_at": "2020-05-29T04:56:18Z",
      8   "closed_at": "2020-06-01T04:59:09Z",
      9   "merged_at": null,
     10   "base_ref": "master",
     11   "head_ref": "dependabot/cargo/reqwest-0.10.5",
     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.5.\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.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.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/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><a href=\"https://github.com/seanmonstar/reqwest/commit/0595c04d10d239fc6ca86aa5b4dc41a0ac588f1f\"><code>0595c04</code></a> impl TryFrom http::Request (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/887\">#887</a>)</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/f332b43d08ceed5b92e3934593d91e6c459e15f0\"><code>f332b43</code></a> Update cookie_store crate version to 0.11 (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/914\">#914</a>)</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/a1b1a1f19b0301d16751d1224cc279cca319f1eb\"><code>a1b1a1f</code></a> Upgrade dev-dep libflate to 1.0 (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/909\">#909</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/seanmonstar/reqwest/compare/v0.10.4...v0.10.5\">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.5)](https://dependabot.com/compatibility-score/?dependency-name=reqwest&package-manager=cargo&previous-version=0.10.4&new-version=0.10.5)\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     {
     22       "author": "dependabot-preview[bot]",
     23       "created_at": "2020-06-01T04:59:08Z",
     24       "body": "Superseded by #17."
     25     }
     26   ],
     27   "review_comments": []
     28 }