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


      1 # PR #17 Bump reqwest from 0.10.4 to 0.10.6
      2 
      3 - **Status:** merged
      4 - **Author:** @dependabot-preview[bot]
      5 - **Created:** 2020-06-01T04:59:06Z
      6 - **Branch:** dependabot/cargo/reqwest-0.10.6 → master
      7 - **Merged:** 2020-06-01T10:33:52Z
      8 - **Labels:** dependencies
      9 - **Assignees:** @MTRNord
     10 - **Diff:** [17.diff](./17.diff)
     11 
     12 ---
     13 
     14 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.4 to 0.10.6.
     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.6</h2>
     20 <ul>
     21 <li>Changed handling of URLs that don't have <code>http:</code> or <code>https:</code> schemes, returning an error instead.</li>
     22 <li>Fixed a potential hyper-rustls feature conflict.</li>
     23 </ul>
     24 <h2>v0.10.5</h2>
     25 <ul>
     26 <li>Add <code>ClientBuilder::pool_idle_timeout</code> option.</li>
     27 <li>Add <code>ClientBuilder::pool_max_idle_per_host</code> option, deprecate <code>max_idle_per_host</code>.</li>
     28 <li>Add <code>Response::content_length</code> for WASM target.</li>
     29 <li>Enable TCP_NODELAY by default.</li>
     30 <li>Implement <code>TryFrom&lt;http::Request&gt;</code> for <code>blocking::Request</code>.</li>
     31 <li>Implement <code>TryFrom&lt;http::Request&gt;</code> for <code>Request</code>.
     32 <ul>
     33 <li>Removes <code>From&lt;http::Request&gt;</code> for <code>Request</code>.</li>
     34 <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>
     35 </ul>
     36 </li>
     37 </ul>
     38 </blockquote>
     39 </details>
     40 <details>
     41 <summary>Changelog</summary>
     42 <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p>
     43 <blockquote>
     44 <h2>v0.10.6</h2>
     45 <ul>
     46 <li>Changed handling of URLs that don't have <code>http:</code> or <code>https:</code> schemes, returning an error instead.</li>
     47 <li>Fixed a potential hyper-rustls feature conflict.</li>
     48 </ul>
     49 <h2>v0.10.5</h2>
     50 <ul>
     51 <li>Add <code>ClientBuilder::pool_idle_timeout</code> option.</li>
     52 <li>Add <code>ClientBuilder::pool_max_idle_per_host</code> option, deprecate <code>max_idle_per_host</code>.</li>
     53 <li>Add <code>Response::content_length</code> for WASM target.</li>
     54 <li>Enable TCP_NODELAY by default.</li>
     55 <li>Implement <code>TryFrom&lt;http::Request&gt;</code> for <code>blocking::Request</code>.</li>
     56 <li>Implement <code>TryFrom&lt;http::Request&gt;</code> for <code>Request</code>.
     57 <ul>
     58 <li>Removes <code>From&lt;http::Request&gt;</code> for <code>Request</code>.</li>
     59 <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>
     60 </ul>
     61 </li>
     62 </ul>
     63 </blockquote>
     64 </details>
     65 <details>
     66 <summary>Commits</summary>
     67 <ul>
     68 <li><a href="https://github.com/seanmonstar/reqwest/commit/bcb35e9498ca12dc52ff35e2e5c1d745a60ddc23"><code>bcb35e9</code></a> v0.10.6</li>
     69 <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>
     70 <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>
     71 <li><a href="https://github.com/seanmonstar/reqwest/commit/6c7190bb4f68904c365c7908f38c89f57be88e4a"><code>6c7190b</code></a> v0.10.5</li>
     72 <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>
     73 <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>
     74 <li><a href="https://github.com/seanmonstar/reqwest/commit/ecf1df572c8371ce3988c64f8c16dd9f14a3bb9b"><code>ecf1df5</code></a> Rename option to “pool_max_idle_per_host” (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/917">#917</a>)</li>
     75 <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>
     76 <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>
     77 <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>
     78 <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.10.4...v0.10.6">compare view</a></li>
     79 </ul>
     80 </details>
     81 <br />
     82 
     83 
     84 [![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)
     85 
     86 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`.
     87 
     88 [//]: # (dependabot-automerge-start)
     89 [//]: # (dependabot-automerge-end)
     90 
     91 ---
     92 
     93 <details>
     94 <summary>Dependabot commands and options</summary>
     95 <br />
     96 
     97 You can trigger Dependabot actions by commenting on this PR:
     98 - `@dependabot rebase` will rebase this PR
     99 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    100 - `@dependabot merge` will merge this PR after your CI passes on it
    101 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    102 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    103 - `@dependabot reopen` will reopen this PR if it is closed
    104 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    105 - `@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)
    106 - `@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)
    107 - `@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)
    108 - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
    109 - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
    110 - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
    111 - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
    112 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
    113 
    114 Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
    115 - Update frequency (including time of day and day of week)
    116 - Pull request limits (per update run and/or open at any time)
    117 - Out-of-range updates (receive only lockfile updates, if desired)
    118 - Security updates (receive only security updates, if desired)
    119 
    120 
    121 
    122 </details>
    123