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

22.json (7916B)


      1 {
      2   "number": 22,
      3   "title": "Bump reqwest from 0.10.7 to 0.10.8",
      4   "state": "closed",
      5   "diff_file": "22.diff",
      6   "author": "dependabot-preview[bot]",
      7   "created_at": "2020-08-26T04:46:48Z",
      8   "closed_at": "2020-11-20T04:53:22Z",
      9   "merged_at": null,
     10   "base_ref": "master",
     11   "head_ref": "dependabot/cargo/reqwest-0.10.8",
     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.7 to 0.10.8.\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.8</h2>\n<ul>\n<li>Add <code>must_use</code> to <code>RequestBuilder</code> and <code>ClientBuilder</code>.</li>\n<li>Fix Windows system proxy detection of Fiddler proxies.</li>\n<li>(wasm) Add <code>headers</code> method to <code>RequestBuilder</code>.</li>\n<li>(wasm) Add <code>execute</code> method to <code>Client</code>.</li>\n<li>(wasm) Add <code>TryFrom&lt;http::Request&gt;</code> for <code>Request</code>.</li>\n<li>(wasm) Fix checking for global <code>window</code> to work in non-browser environments.</li>\n<li>(wasm) Fix sending of an empty body when not required.</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.8</h2>\n<ul>\n<li>Add <code>must_use</code> to <code>RequestBuilder</code> and <code>ClientBuilder</code>.</li>\n<li>Fix Windows system proxy detection of Fiddler proxies.</li>\n<li>(wasm) Add <code>headers</code> method to <code>RequestBuilder</code>.</li>\n<li>(wasm) Add <code>execute</code> method to <code>Client</code>.</li>\n<li>(wasm) Add <code>TryFrom&lt;http::Request&gt;</code> for <code>Request</code>.</li>\n<li>(wasm) Fix checking for global <code>window</code> to work in non-browser environments.</li>\n<li>(wasm) Fix sending of an empty body when not required.</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/7ef8e94250634e306d398e4f369d2f86e3f075ed\"><code>7ef8e94</code></a> v0.10.8</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/db24d5409730397645c076142dc0119955e7a8a4\"><code>db24d54</code></a> Add must_use to ClientBuilder &amp; RequestBuilder (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1011\">#1011</a>)</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/d42385e7f2cc364efa5e16a7154e7e0cebdd1b57\"><code>d42385e</code></a> wasm: Omit request body if it's empty (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1012\">#1012</a>)</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/9e23103371c6e35182c8851dd839133ca4c09606\"><code>9e23103</code></a> Fix detection of system proxy from Windows registry (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1005\">#1005</a>)</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/512fb97ffc35376d8569145f8b8b6ce515365729\"><code>512fb97</code></a> Use proxy's DNS in TOR example (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1003\">#1003</a>)</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/7a5c5ed600823ad3e8eca8af374e88b66dc1c25b\"><code>7a5c5ed</code></a> Remove non-working example. Postman-echo does not return CORS headers. After ...</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/cff487ff58630cf0ac59f3e46cbf20cf50a28b3f\"><code>cff487f</code></a> docsrs: build wasm32-unknown-unknown docs (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/998\">#998</a>)</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/dd8441fd23dae6ffb79b4cea2862e5bca0c59743\"><code>dd8441f</code></a> wasm: impl TryFrom&lt;HttpRequest<!-- raw HTML omitted -->&gt; for Request (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/997\">#997</a>)</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/ecc863fdacc94e3f2ec1c6cccc42e730063b6b08\"><code>ecc863f</code></a> Do not assume that <code>window</code> exists in WASM (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/990\">#990</a>)</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/83fa93ccafe1ec5044f2edd118006edf4faa28b2\"><code>83fa93c</code></a> Make headers method on WASM client for compatibility with async_impl (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/991\">#991</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/seanmonstar/reqwest/compare/v0.10.7...v0.10.8\">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.7&new-version=0.10.8)](https://dependabot.com/compatibility-score/?dependency-name=reqwest&package-manager=cargo&previous-version=0.10.7&new-version=0.10.8)\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-11-20T04:53:20Z",
     24       "body": "Superseded by #24."
     25     }
     26   ],
     27   "review_comments": []
     28 }