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

24.md (9035B)


      1 # PR #24 Bump reqwest from 0.10.7 to 0.10.9
      2 
      3 - **Status:** closed
      4 - **Author:** @dependabot-preview[bot]
      5 - **Created:** 2020-11-20T04:53:00Z
      6 - **Branch:** dependabot/cargo/reqwest-0.10.9 → master
      7 - **Closed:** 2020-12-15T04:36:31Z
      8 - **Labels:** dependencies
      9 - **Assignees:** @MTRNord
     10 - **Diff:** [24.diff](./24.diff)
     11 
     12 ---
     13 
     14 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.7 to 0.10.9.
     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.9</h2>
     48 <ul>
     49 <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>
     50 <li>Add <code>ClientBuilder::tcp_keepalive()</code> method to enable TCP keepalive.</li>
     51 <li>Add <code>ClientBuilder::http1_writev()</code> method to force enable or disable vectored writes.</li>
     52 <li>Add <code>Error::is_connect()</code> method to identify if the error is related to connection-establishment.</li>
     53 <li>Add <code>blocking::ClientBuilder::brotli()</code> method.</li>
     54 <li>Windows: Update default protocol to HTTP for HTTPS system proxies, when a protocol is not specified.</li>
     55 <li>(wasm) Add support for Cloudflare workers runtime.</li>
     56 <li>(wasm) Add <code>ClientBuilder::default_headers()</code> method.</li>
     57 <li>(wasm) Add <code>RequestBuilder::build()</code> method.</li>
     58 </ul>
     59 <h2>v0.10.8</h2>
     60 <ul>
     61 <li>Add <code>must_use</code> to <code>RequestBuilder</code> and <code>ClientBuilder</code>.</li>
     62 <li>Fix Windows system proxy detection of Fiddler proxies.</li>
     63 <li>(wasm) Add <code>headers</code> method to <code>RequestBuilder</code>.</li>
     64 <li>(wasm) Add <code>execute</code> method to <code>Client</code>.</li>
     65 <li>(wasm) Add <code>TryFrom&lt;http::Request&gt;</code> for <code>Request</code>.</li>
     66 <li>(wasm) Fix checking for global <code>window</code> to work in non-browser environments.</li>
     67 <li>(wasm) Fix sending of an empty body when not required.</li>
     68 </ul>
     69 </blockquote>
     70 </details>
     71 <details>
     72 <summary>Commits</summary>
     73 <ul>
     74 <li><a href="https://github.com/seanmonstar/reqwest/commit/b1d498ffa8a8175752042f63a9e6a93c6c64bafc"><code>b1d498f</code></a> v0.10.9</li>
     75 <li><a href="https://github.com/seanmonstar/reqwest/commit/0bae133b71f81d3df543b64d20296b2e7e66605b"><code>0bae133</code></a> Enable brotli for blocking (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1061">#1061</a>)</li>
     76 <li><a href="https://github.com/seanmonstar/reqwest/commit/23aaa0b60e5a0edd11083af22f6d240ef6e29f29"><code>23aaa0b</code></a> Add a rustls-tls-native-roots feature</li>
     77 <li><a href="https://github.com/seanmonstar/reqwest/commit/3ea9f92f242279c4bfb2ed2b3f0b3d1f4a2edc09"><code>3ea9f92</code></a> Add rustls-tls-manual-roots feature to allow callers to specify roots</li>
     78 <li><a href="https://github.com/seanmonstar/reqwest/commit/4fe07d81cfc51e6ab720ed5826b88687e762f002"><code>4fe07d8</code></a> add ClientBuilder.default_headers() for wasm32 target (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1084">#1084</a>)</li>
     79 <li><a href="https://github.com/seanmonstar/reqwest/commit/2dec3b725f865f9b5959db0ed3712167aeac1194"><code>2dec3b7</code></a> Remove pin-related unsafe code</li>
     80 <li><a href="https://github.com/seanmonstar/reqwest/commit/ff507e12fc1402018c85ecbae24b560384bdaf9d"><code>ff507e1</code></a> Update pin-project-lite to 0.2.0</li>
     81 <li><a href="https://github.com/seanmonstar/reqwest/commit/5b46bfc0bba98c7ae2c63a07cee53744425cb584"><code>5b46bfc</code></a> Update url semver requirement to 2.2 (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1087">#1087</a>)</li>
     82 <li><a href="https://github.com/seanmonstar/reqwest/commit/045d7c7d2fc27a60700393521fc0bb814d67f276"><code>045d7c7</code></a> Support Cloudflare workers runtime (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1081">#1081</a>)</li>
     83 <li><a href="https://github.com/seanmonstar/reqwest/commit/3b45c38c41e6920757cba04c3c9f8690430186c7"><code>3b45c38</code></a> Update README license badge to actually link to license.(<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1078">#1078</a>)</li>
     84 <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.10.7...v0.10.9">compare view</a></li>
     85 </ul>
     86 </details>
     87 <br />
     88 
     89 
     90 [![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.9)](https://dependabot.com/compatibility-score/?dependency-name=reqwest&package-manager=cargo&previous-version=0.10.7&new-version=0.10.9)
     91 
     92 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`.
     93 
     94 [//]: # (dependabot-automerge-start)
     95 [//]: # (dependabot-automerge-end)
     96 
     97 ---
     98 
     99 <details>
    100 <summary>Dependabot commands and options</summary>
    101 <br />
    102 
    103 You can trigger Dependabot actions by commenting on this PR:
    104 - `@dependabot rebase` will rebase this PR
    105 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    106 - `@dependabot merge` will merge this PR after your CI passes on it
    107 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    108 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    109 - `@dependabot reopen` will reopen this PR if it is closed
    110 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    111 - `@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)
    112 - `@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)
    113 - `@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)
    114 - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
    115 - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
    116 - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
    117 - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
    118 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
    119 
    120 Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
    121 - Update frequency (including time of day and day of week)
    122 - Pull request limits (per update run and/or open at any time)
    123 - Out-of-range updates (receive only lockfile updates, if desired)
    124 - Security updates (receive only security updates, if desired)
    125 
    126 
    127 
    128 </details>
    129 
    130 
    131 ## Comments
    132 
    133 ### @dependabot-preview[bot] — 2020-12-15T04:36:31Z
    134 
    135 Superseded by #26.
    136