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