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

19.md (7380B)


      1 # PR #19 Bump reqwest from 0.10.6 to 0.10.7
      2 
      3 - **Status:** merged
      4 - **Author:** @dependabot-preview[bot]
      5 - **Created:** 2020-07-27T04:54:04Z
      6 - **Branch:** dependabot/cargo/reqwest-0.10.7 → master
      7 - **Merged:** 2020-07-27T07:38:50Z
      8 - **Labels:** dependencies
      9 - **Assignees:** @MTRNord
     10 - **Diff:** [19.diff](./19.diff)
     11 
     12 ---
     13 
     14 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.6 to 0.10.7.
     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.7</h2>
     20 <ul>
     21 <li>Add <code>NO_PROXY</code> environment variable support.</li>
     22 <li>Add more <code>Error::{is_request, is_body, is_decode}</code> getters.</li>
     23 <li>Add conversion of <code>reqwest::ClientBuilder</code> to <code>reqwest::blocking::ClientBuilder</code>.</li>
     24 <li>Add <code>headers_mut()</code> to <code>reqwest::blocking::Response</code>.</li>
     25 <li>(wasm) Add <code>form()</code>, <code>query()</code>, <code>multipart</code> and <code>bearer_auth()</code> to <code>RequestBuilder</code>.</li>
     26 </ul>
     27 </blockquote>
     28 </details>
     29 <details>
     30 <summary>Changelog</summary>
     31 <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p>
     32 <blockquote>
     33 <h2>v0.10.7</h2>
     34 <ul>
     35 <li>Add <code>NO_PROXY</code> environment variable support.</li>
     36 <li>Add more <code>Error::{is_request, is_body, is_decode}</code> getters.</li>
     37 <li>Add conversion of <code>reqwest::ClientBuilder</code> to <code>reqwest::blocking::ClientBuilder</code>.</li>
     38 <li>Add <code>headers_mut()</code> to <code>reqwest::blocking::Response</code>.</li>
     39 <li>(wasm) Add <code>form()</code>, <code>query()</code>, <code>multipart</code> and <code>bearer_auth()</code> to <code>RequestBuilder</code>.</li>
     40 </ul>
     41 </blockquote>
     42 </details>
     43 <details>
     44 <summary>Commits</summary>
     45 <ul>
     46 <li><a href="https://github.com/seanmonstar/reqwest/commit/c78aa50d4c9b740a0e11ceab90a0182744290e63"><code>c78aa50</code></a> v0.10.7</li>
     47 <li><a href="https://github.com/seanmonstar/reqwest/commit/4a8998241acc26db14df8d4cefbf5296a15cd7af"><code>4a89982</code></a> Bump lodash from 4.17.15 to 4.17.19 in /examples/wasm_header (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/975">#975</a>)</li>
     48 <li><a href="https://github.com/seanmonstar/reqwest/commit/9df2bc6e61d5b0c934700c0fa1056d7215b444be"><code>9df2bc6</code></a> Bump lodash from 4.17.15 to 4.17.19 in /examples/wasm_github_fetch (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/974">#974</a>)</li>
     49 <li><a href="https://github.com/seanmonstar/reqwest/commit/69288606bcf648967ddd09000f06e88161f80a2f"><code>6928860</code></a> Allow conversion from async client builder to blocking one (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/978">#978</a>)</li>
     50 <li><a href="https://github.com/seanmonstar/reqwest/commit/a800202384484f60679cdd884b08ba1e320212e3"><code>a800202</code></a> Add multipart for WASM (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/966">#966</a>)</li>
     51 <li><a href="https://github.com/seanmonstar/reqwest/commit/af9fc5c9d8e6f0970eefb4a2e6406e9eee54a1b7"><code>af9fc5c</code></a> Implement <code>Request::bearer_auth</code> for <code>wasm32</code></li>
     52 <li><a href="https://github.com/seanmonstar/reqwest/commit/1a2c10256a924ff8753f683c4200b8b4d05a2cdd"><code>1a2c102</code></a> deps(chore): update to the latest rustls (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/969">#969</a>)</li>
     53 <li><a href="https://github.com/seanmonstar/reqwest/commit/7fd6b44cdea416010ada4a9370c7530fda7adf62"><code>7fd6b44</code></a> Issue <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/956">#956</a>: Take the cookie store write lock only when necessary (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/960">#960</a>)</li>
     54 <li><a href="https://github.com/seanmonstar/reqwest/commit/f2e8dd24779b7fd315db5c1c3664e96e6d93349b"><code>f2e8dd2</code></a> Update cookie crates (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/946">#946</a>)</li>
     55 <li><a href="https://github.com/seanmonstar/reqwest/commit/1c680005c2fbd646dbca4858fa2b582983cee83d"><code>1c68000</code></a> Add <code>blocking::Response::headers_mut</code> (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/958">#958</a>)</li>
     56 <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.10.6...v0.10.7">compare view</a></li>
     57 </ul>
     58 </details>
     59 <br />
     60 
     61 
     62 [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=reqwest&package-manager=cargo&previous-version=0.10.6&new-version=0.10.7)](https://dependabot.com/compatibility-score/?dependency-name=reqwest&package-manager=cargo&previous-version=0.10.6&new-version=0.10.7)
     63 
     64 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`.
     65 
     66 [//]: # (dependabot-automerge-start)
     67 [//]: # (dependabot-automerge-end)
     68 
     69 ---
     70 
     71 <details>
     72 <summary>Dependabot commands and options</summary>
     73 <br />
     74 
     75 You can trigger Dependabot actions by commenting on this PR:
     76 - `@dependabot rebase` will rebase this PR
     77 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
     78 - `@dependabot merge` will merge this PR after your CI passes on it
     79 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
     80 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
     81 - `@dependabot reopen` will reopen this PR if it is closed
     82 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
     83 - `@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)
     84 - `@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)
     85 - `@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)
     86 - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
     87 - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
     88 - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
     89 - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
     90 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
     91 
     92 Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
     93 - Update frequency (including time of day and day of week)
     94 - Pull request limits (per update run and/or open at any time)
     95 - Out-of-range updates (receive only lockfile updates, if desired)
     96 - Security updates (receive only security updates, if desired)
     97 
     98 
     99 
    100 </details>
    101