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.md (7887B)


      1 # PR #1 Bump reqwest from 0.10.1 to 0.10.2
      2 
      3 - **Status:** merged
      4 - **Author:** @dependabot-preview[bot]
      5 - **Created:** 2020-02-24T05:05:27Z
      6 - **Branch:** dependabot/cargo/reqwest-0.10.2 → master
      7 - **Merged:** 2020-02-24T13:09:25Z
      8 - **Labels:** dependencies
      9 - **Assignees:** @MTRNord
     10 - **Diff:** [1.diff](./1.diff)
     11 
     12 ---
     13 
     14 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.1 to 0.10.2.
     15 <details>
     16 <summary>Release notes</summary>
     17 <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/releases">reqwest's releases</a>.</em></p>
     18 <blockquote>
     19 <h2>v0.10.2</h2>
     20 <ul>
     21 <li>Add Brotli support, enabled with the optional <code>brotli</code> feature. ✨</li>
     22 <li>Add <code>Client::use_preconfigured_tls(tls_connector)</code> allowing manual configuration of TLS options.</li>
     23 <li>Implement <code>Default</code> for blocking <code>Client</code>, <code>ClientBuilder</code>, and <code>multipart::Form</code>.</li>
     24 <li>(wasm) Add <code>Response::error_for_status()</code> method.</li>
     25 <li>(wasm) Add <code>Response::json()</code> method.</li>
     26 <li>(wasm) Implement <code>Default</code> for <code>Client</code> and <code>ClientBuilder</code>.</li>
     27 </ul>
     28 </blockquote>
     29 </details>
     30 <details>
     31 <summary>Changelog</summary>
     32 <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p>
     33 <blockquote>
     34 <h2>v0.10.2</h2>
     35 <ul>
     36 <li>Add Brotli support, enabled with the optional <code>brotli</code> feature.</li>
     37 <li>Add <code>Client::use_preconfigured_tls(tls_connector)</code> allowing manual configuration of TLS options.</li>
     38 <li>Implement <code>Default</code> for blocking <code>Client</code>, <code>ClientBuilder</code>, and <code>multipart::Form</code>.</li>
     39 <li>(wasm) Add <code>Response::error_for_status()</code> method.</li>
     40 <li>(wasm) Add <code>Response::json()</code> method.</li>
     41 <li>(wasm) Implement <code>Default</code> for <code>Client</code> and <code>ClientBuilder</code>.</li>
     42 </ul>
     43 </blockquote>
     44 </details>
     45 <details>
     46 <summary>Commits</summary>
     47 <ul>
     48 <li><a href="https://github.com/seanmonstar/reqwest/commit/9bb455d125c5333e99ea2219b6924c8324eedc46"><code>9bb455d</code></a> v0.10.2</li>
     49 <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>
     50 <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>
     51 <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>
     52 <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>
     53 <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>
     54 <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>
     55 <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>
     56 <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>
     57 <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>
     58 <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.10.1...v0.10.2">compare view</a></li>
     59 </ul>
     60 </details>
     61 <br />
     62 
     63 
     64 [![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)
     65 
     66 Dependabot 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`.
     67 
     68 [//]: # (dependabot-automerge-start)
     69 [//]: # (dependabot-automerge-end)
     70 
     71 ---
     72 
     73 **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.
     74 
     75 You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com).
     76 
     77 <details>
     78 <summary>Dependabot commands and options</summary>
     79 <br />
     80 
     81 You can trigger Dependabot actions by commenting on this PR:
     82 - `@dependabot rebase` will rebase this PR
     83 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
     84 - `@dependabot merge` will merge this PR after your CI passes on it
     85 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
     86 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
     87 - `@dependabot reopen` will reopen this PR if it is closed
     88 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
     89 - `@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)
     90 - `@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)
     91 - `@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)
     92 - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
     93 - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
     94 - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
     95 - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
     96 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
     97 
     98 Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
     99 - Update frequency (including time of day and day of week)
    100 - Pull request limits (per update run and/or open at any time)
    101 - Out-of-range updates (receive only lockfile updates, if desired)
    102 - Security updates (receive only security updates, if desired)
    103 
    104 
    105 
    106 </details>
    107