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

5.md (6272B)


      1 # PR #5 Bump reqwest from 0.10.3 to 0.10.4
      2 
      3 - **Status:** merged
      4 - **Author:** @dependabot-preview[bot]
      5 - **Created:** 2020-03-04T05:05:22Z
      6 - **Branch:** dependabot/cargo/reqwest-0.10.4 → master
      7 - **Merged:** 2020-03-04T17:32:51Z
      8 - **Labels:** dependencies
      9 - **Assignees:** @MTRNord
     10 - **Diff:** [5.diff](./5.diff)
     11 
     12 ---
     13 
     14 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.3 to 0.10.4.
     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.4</h2>
     20 <ul>
     21 <li>Add <code>trust-dns</code> optional feature to change DNS resolver.</li>
     22 <li>Add <code>bytes()</code> method to <code>reqwest::blocking::Response</code>.</li>
     23 <li>Add <code>buffer()</code> method to <code>reqwest::blocking::Body</code>.</li>
     24 <li>Implement <code>From&lt;http::Request&gt;</code> for <code>reqwest::Request</code>.</li>
     25 </ul>
     26 </blockquote>
     27 </details>
     28 <details>
     29 <summary>Changelog</summary>
     30 <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p>
     31 <blockquote>
     32 <h2>v0.10.4</h2>
     33 <ul>
     34 <li>Add <code>trust-dns</code> optional feature to change DNS resolver.</li>
     35 <li>Add <code>bytes()</code> method to <code>reqwest::blocking::Response</code>.</li>
     36 <li>Add <code>buffer()</code> method to <code>reqwest::blocking::Body</code>.</li>
     37 <li>Implement <code>From&lt;http::Request&gt;</code> for <code>reqwest::Request</code>.</li>
     38 </ul>
     39 </blockquote>
     40 </details>
     41 <details>
     42 <summary>Commits</summary>
     43 <ul>
     44 <li><a href="https://github.com/seanmonstar/reqwest/commit/ead28223213c00df5c9fcd253377ac9402eb6ddd"><code>ead2822</code></a> v0.10.4</li>
     45 <li><a href="https://github.com/seanmonstar/reqwest/commit/603d498d2c2ba832e23f95d73fc26937c19687e7"><code>603d498</code></a> De-duplicate Body::poll_next and poll_data</li>
     46 <li><a href="https://github.com/seanmonstar/reqwest/commit/a06e03edf4663cbf0d8ec5bc3bcd5b4a4f101c61"><code>a06e03e</code></a> Refactor gzip and brotli bools into an Accepts struct</li>
     47 <li><a href="https://github.com/seanmonstar/reqwest/commit/2f875255e1471df87ca9b7828c6253e6e3ea3938"><code>2f87525</code></a> Fix deprecated hyper client builder methods</li>
     48 <li><a href="https://github.com/seanmonstar/reqwest/commit/526afe9d86c7ba6e0f9165000c477339ee288789"><code>526afe9</code></a> Add bytes() function to blocking::Response</li>
     49 <li><a href="https://github.com/seanmonstar/reqwest/commit/f267e1435d2f5a7b19dac9216074b946d1697432"><code>f267e14</code></a> Adds From trait for http::Request</li>
     50 <li><a href="https://github.com/seanmonstar/reqwest/commit/a5f3de07403be542a2ade9c2e84e32a48679a969"><code>a5f3de0</code></a> Remove unnecessary <code>Result</code> returns.</li>
     51 <li><a href="https://github.com/seanmonstar/reqwest/commit/c1c2b9dd7b0ef985009ee2f0e7599ff83436a686"><code>c1c2b9d</code></a> Implement ability to disable <code>trust-dns</code> in <code>ClientBuilder</code>.</li>
     52 <li><a href="https://github.com/seanmonstar/reqwest/commit/d2fc485d114a4b3cfc185c7e6eeca3d77f5246b1"><code>d2fc485</code></a> Enable <code>trust-dns</code> in CI.</li>
     53 <li><a href="https://github.com/seanmonstar/reqwest/commit/3aef11a9f97b4e830efe56838819565a567b42bf"><code>3aef11a</code></a> Add a method to buffer a request body into memory, and a method to access the...</li>
     54 <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.10.3...v0.10.4">compare view</a></li>
     55 </ul>
     56 </details>
     57 <br />
     58 
     59 
     60 [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=reqwest&package-manager=cargo&previous-version=0.10.3&new-version=0.10.4)](https://dependabot.com/compatibility-score/?dependency-name=reqwest&package-manager=cargo&previous-version=0.10.3&new-version=0.10.4)
     61 
     62 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`.
     63 
     64 [//]: # (dependabot-automerge-start)
     65 [//]: # (dependabot-automerge-end)
     66 
     67 ---
     68 
     69 <details>
     70 <summary>Dependabot commands and options</summary>
     71 <br />
     72 
     73 You can trigger Dependabot actions by commenting on this PR:
     74 - `@dependabot rebase` will rebase this PR
     75 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
     76 - `@dependabot merge` will merge this PR after your CI passes on it
     77 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
     78 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
     79 - `@dependabot reopen` will reopen this PR if it is closed
     80 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
     81 - `@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)
     82 - `@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)
     83 - `@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)
     84 - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
     85 - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
     86 - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
     87 - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
     88 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
     89 
     90 Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
     91 - Update frequency (including time of day and day of week)
     92 - Pull request limits (per update run and/or open at any time)
     93 - Out-of-range updates (receive only lockfile updates, if desired)
     94 - Security updates (receive only security updates, if desired)
     95 
     96 
     97 
     98 </details>
     99