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

26.md (9675B)


      1 # PR #26 Bump reqwest from 0.10.7 to 0.10.10
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot-preview[bot]
      5 - **Created:** 2020-12-15T04:36:29Z
      6 - **Branch:** dependabot/cargo/reqwest-0.10.10 → master
      7 - **Closed:** 2021-01-06T04:38:54Z
      8 - **Labels:** dependencies
      9 - **Assignees:** @MTRNord
     10 - **Diff:** [26.diff](./26.diff)
     11 
     12 ---
     13 
     14 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.7 to 0.10.10.
     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.9</h2>
     20 <ul>
     21 <li>Add <code>rustls-tls-native-roots</code>, <code>rustls-tls-webpki-roots</code>, and <code>rustls-tls-manual-roots</code> Cargo features, to configure which certificate roots to use with rustls.</li>
     22 <li>Add <code>ClientBuilder::tcp_keepalive()</code> method to enable TCP keepalive.</li>
     23 <li>Add <code>ClientBuilder::http1_writev()</code> method to force enable or disable vectored writes.</li>
     24 <li>Add <code>Error::is_connect()</code> method to identify if the error is related to connection-establishment.</li>
     25 <li>Add <code>blocking::ClientBuilder::brotli()</code> method.</li>
     26 <li>Windows: Update default protocol to HTTP for HTTPS system proxies, when a protocol is not specified.</li>
     27 <li>(wasm) Add support for Cloudflare workers runtime.</li>
     28 <li>(wasm) Add <code>ClientBuilder::default_headers()</code> method.</li>
     29 <li>(wasm) Add <code>RequestBuilder::build()</code> method.</li>
     30 </ul>
     31 <h2>v0.10.8</h2>
     32 <ul>
     33 <li>Add <code>must_use</code> to <code>RequestBuilder</code> and <code>ClientBuilder</code>.</li>
     34 <li>Fix Windows system proxy detection of Fiddler proxies.</li>
     35 <li>(wasm) Add <code>headers</code> method to <code>RequestBuilder</code>.</li>
     36 <li>(wasm) Add <code>execute</code> method to <code>Client</code>.</li>
     37 <li>(wasm) Add <code>TryFrom&lt;http::Request&gt;</code> for <code>Request</code>.</li>
     38 <li>(wasm) Fix checking for global <code>window</code> to work in non-browser environments.</li>
     39 <li>(wasm) Fix sending of an empty body when not required.</li>
     40 </ul>
     41 </blockquote>
     42 </details>
     43 <details>
     44 <summary>Changelog</summary>
     45 <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p>
     46 <blockquote>
     47 <h2>v0.10.10</h2>
     48 <ul>
     49 <li>Add <code>tcp_keepalive</code> option to <code>blocking::ClientBuilder</code>.</li>
     50 <li>Add <code>multipart::Part::stream_with_length</code> constructor, to create a streaming part with a known length.</li>
     51 <li>Add <code>ClientBuilder::https_only</code> option, to allow requiring URLs to be <code>https</code>.</li>
     52 <li>Change default <code>tcp_keepalive</code> value to be disabled.</li>
     53 </ul>
     54 <h2>v0.10.9</h2>
     55 <ul>
     56 <li>Add <code>rustls-tls-native-roots</code>, <code>rustls-tls-webpki-roots</code>, and <code>rustls-tls-manual-roots</code> Cargo features, to configure which certificate roots to use with rustls.</li>
     57 <li>Add <code>ClientBuilder::tcp_keepalive()</code> method to enable TCP keepalive.</li>
     58 <li>Add <code>ClientBuilder::http1_writev()</code> method to force enable or disable vectored writes.</li>
     59 <li>Add <code>Error::is_connect()</code> method to identify if the error is related to connection-establishment.</li>
     60 <li>Add <code>blocking::ClientBuilder::brotli()</code> method.</li>
     61 <li>Windows: Update default protocol to HTTP for HTTPS system proxies, when a protocol is not specified.</li>
     62 <li>(wasm) Add support for Cloudflare workers runtime.</li>
     63 <li>(wasm) Add <code>ClientBuilder::default_headers()</code> method.</li>
     64 <li>(wasm) Add <code>RequestBuilder::build()</code> method.</li>
     65 </ul>
     66 <h2>v0.10.8</h2>
     67 <ul>
     68 <li>Add <code>must_use</code> to <code>RequestBuilder</code> and <code>ClientBuilder</code>.</li>
     69 <li>Fix Windows system proxy detection of Fiddler proxies.</li>
     70 <li>(wasm) Add <code>headers</code> method to <code>RequestBuilder</code>.</li>
     71 <li>(wasm) Add <code>execute</code> method to <code>Client</code>.</li>
     72 <li>(wasm) Add <code>TryFrom&lt;http::Request&gt;</code> for <code>Request</code>.</li>
     73 <li>(wasm) Fix checking for global <code>window</code> to work in non-browser environments.</li>
     74 <li>(wasm) Fix sending of an empty body when not required.</li>
     75 </ul>
     76 </blockquote>
     77 </details>
     78 <details>
     79 <summary>Commits</summary>
     80 <ul>
     81 <li><a href="https://github.com/seanmonstar/reqwest/commit/5099192b92df49f5fe7794b0112ec0f3a0a58ca7"><code>5099192</code></a> v0.10.10</li>
     82 <li><a href="https://github.com/seanmonstar/reqwest/commit/46efd058105905dbac4fac83d76a3980df56881c"><code>46efd05</code></a> Change default tcp_keepalive value to be disabled (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1113">#1113</a>)</li>
     83 <li><a href="https://github.com/seanmonstar/reqwest/commit/3ca0bd98e87f4286ecbdcfd924755bda4436a212"><code>3ca0bd9</code></a> Bump ini from 1.3.5 to 1.3.8 in /examples/wasm_github_fetch (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1111">#1111</a>)</li>
     84 <li><a href="https://github.com/seanmonstar/reqwest/commit/cdfdae5ecd09d1549552aceee6959f6f22162c88"><code>cdfdae5</code></a> Fix comment in blocking example (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1107">#1107</a>)</li>
     85 <li><a href="https://github.com/seanmonstar/reqwest/commit/541d0c2aba5d32368d33c87d89ebae63869961ad"><code>541d0c2</code></a> Add https_only() for ClientBuilder (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1102">#1102</a>)</li>
     86 <li><a href="https://github.com/seanmonstar/reqwest/commit/474d9eff9bbc01d8b62c92872cd181e1ef4c430e"><code>474d9ef</code></a> Document how a RequestBuilder gets constructed (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1097">#1097</a>)</li>
     87 <li><a href="https://github.com/seanmonstar/reqwest/commit/a2133aec3b313bb370c0cf88173de33ce7cba465"><code>a2133ae</code></a> blocking: add tcp_keepalive option (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1100">#1100</a>)</li>
     88 <li><a href="https://github.com/seanmonstar/reqwest/commit/3cd9c29b303d98342aa03305655069b5d2382e63"><code>3cd9c29</code></a> Fix system HTTP proxy to send proxy-authorization (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1021">#1021</a>)</li>
     89 <li><a href="https://github.com/seanmonstar/reqwest/commit/e7be3eda04ffff53adf9fcc52ea3e61b1ad9ccda"><code>e7be3ed</code></a> Make wasm-bindgen-test a dev dependency</li>
     90 <li><a href="https://github.com/seanmonstar/reqwest/commit/2ca0e26cfa0f7ffd6061a453fe71b06d490c3ea9"><code>2ca0e26</code></a> feat(multipart): Adds support for manually setting size</li>
     91 <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.10.7...v0.10.10">compare view</a></li>
     92 </ul>
     93 </details>
     94 <br />
     95 
     96 
     97 [![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.10)](https://dependabot.com/compatibility-score/?dependency-name=reqwest&package-manager=cargo&previous-version=0.10.7&new-version=0.10.10)
     98 
     99 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`.
    100 
    101 [//]: # (dependabot-automerge-start)
    102 [//]: # (dependabot-automerge-end)
    103 
    104 ---
    105 
    106 <details>
    107 <summary>Dependabot commands and options</summary>
    108 <br />
    109 
    110 You can trigger Dependabot actions by commenting on this PR:
    111 - `@dependabot rebase` will rebase this PR
    112 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    113 - `@dependabot merge` will merge this PR after your CI passes on it
    114 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    115 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    116 - `@dependabot reopen` will reopen this PR if it is closed
    117 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    118 - `@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)
    119 - `@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)
    120 - `@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)
    121 - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
    122 - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
    123 - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
    124 - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
    125 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
    126 
    127 Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
    128 - Update frequency (including time of day and day of week)
    129 - Pull request limits (per update run and/or open at any time)
    130 - Out-of-range updates (receive only lockfile updates, if desired)
    131 - Security updates (receive only security updates, if desired)
    132 
    133 
    134 
    135 </details>
    136 
    137 
    138 ## Comments
    139 
    140 ### @dependabot-preview[bot] — 2021-01-06T04:38:53Z
    141 
    142 Superseded by #27.
    143