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

1.json (8207B)


      1 {
      2   "number": 1,
      3   "title": "Bump reqwest from 0.10.1 to 0.10.2",
      4   "state": "merged",
      5   "diff_file": "1.diff",
      6   "author": "dependabot-preview[bot]",
      7   "created_at": "2020-02-24T05:05:27Z",
      8   "closed_at": "2020-02-24T13:09:25Z",
      9   "merged_at": "2020-02-24T13:09:25Z",
     10   "base_ref": "master",
     11   "head_ref": "dependabot/cargo/reqwest-0.10.2",
     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.1 to 0.10.2.\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.2</h2>\n<ul>\n<li>Add Brotli support, enabled with the optional <code>brotli</code> feature. \u2728</li>\n<li>Add <code>Client::use_preconfigured_tls(tls_connector)</code> allowing manual configuration of TLS options.</li>\n<li>Implement <code>Default</code> for blocking <code>Client</code>, <code>ClientBuilder</code>, and <code>multipart::Form</code>.</li>\n<li>(wasm) Add <code>Response::error_for_status()</code> method.</li>\n<li>(wasm) Add <code>Response::json()</code> method.</li>\n<li>(wasm) Implement <code>Default</code> for <code>Client</code> and <code>ClientBuilder</code>.</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.2</h2>\n<ul>\n<li>Add Brotli support, enabled with the optional <code>brotli</code> feature.</li>\n<li>Add <code>Client::use_preconfigured_tls(tls_connector)</code> allowing manual configuration of TLS options.</li>\n<li>Implement <code>Default</code> for blocking <code>Client</code>, <code>ClientBuilder</code>, and <code>multipart::Form</code>.</li>\n<li>(wasm) Add <code>Response::error_for_status()</code> method.</li>\n<li>(wasm) Add <code>Response::json()</code> method.</li>\n<li>(wasm) Implement <code>Default</code> for <code>Client</code> and <code>ClientBuilder</code>.</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/9bb455d125c5333e99ea2219b6924c8324eedc46\"><code>9bb455d</code></a> v0.10.2</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/2e06108f7098bd238396a2d1f5ddd77ac0f6512a\"><code>2e06108</code></a> Require the native-tls feature to supply a preconfigured tls (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/814\">#814</a>)</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/9ab8ab945cac25d84f6f5d3987c8ffebdba188a0\"><code>9ab8ab9</code></a> add ability to create a client with own tls connector (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/809\">#809</a>)</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/b3d5f78b8f3ddd36a4fc6568e8a091f947dd0ff5\"><code>b3d5f78</code></a> actions: Remove --all flag from rustfmt (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/795\">#795</a>)</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/d4a88a8d35ba482ed5fc766666a3fff65c3ff746\"><code>d4a88a8</code></a> Implement <code>RequestBuilder::json</code> for <code>wasm32</code> target (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/812\">#812</a>)</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/7214e123c40911eff1281bb91f6c857f6f433b8f\"><code>7214e12</code></a> Implement Default for Client and ClientBuilder on the wasm32 target (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/813\">#813</a>)</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/5a2cf97872c20016510be33e15f62c2e82c07141\"><code>5a2cf97</code></a> Implement Default for Client, ClientBuilder, and Form (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/811\">#811</a>)</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/f831d62da0255446f6f2bbe2a9909a1cf73e4d4e\"><code>f831d62</code></a> Brotli support (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/791\">#791</a>)</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/7622c750648fe5453e83f7fa57e73732eb699638\"><code>7622c75</code></a> blocking: opt-out CPUs auto-detection in debug mode (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/807\">#807</a>)</li>\n<li><a href=\"https://github.com/seanmonstar/reqwest/commit/f6ff7f4364159cbe8939a6997726a4c02ac9a21d\"><code>f6ff7f4</code></a> Implement <code>Response::json</code> for <code>wasm32</code> target (<a href=\"https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/802\">#802</a>)</li>\n<li>Additional commits viewable in <a href=\"https://github.com/seanmonstar/reqwest/compare/v0.10.1...v0.10.2\">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.1&new-version=0.10.2)](https://dependabot.com/compatibility-score/?dependency-name=reqwest&package-manager=cargo&previous-version=0.10.1&new-version=0.10.2)\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**Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.\n\nYou can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).\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 }