27.md (10423B)
1 # PR #27 Bump reqwest from 0.10.7 to 0.11.0 2 3 - **Status:** open 4 - **Author:** @dependabot-preview[bot] 5 - **Created:** 2021-01-06T04:38:50Z 6 - **Branch:** dependabot/cargo/reqwest-0.11.0 → master 7 - **Labels:** dependencies 8 - **Assignees:** @MTRNord 9 - **Diff:** [27.diff](./27.diff) 10 11 --- 12 13 Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.10.7 to 0.11.0. 14 <details> 15 <summary>Release notes</summary> 16 <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/releases">reqwest's releases</a>.</em></p> 17 <blockquote> 18 <h2>v0.11.0</h2> 19 <ul> 20 <li>Change <code>multipart</code> to be an optional cargo feature.</li> 21 <li>Remove deprecated methods.</li> 22 <li>Update to Tokio v1.0.</li> 23 <li>Update to Bytes v1.0.</li> 24 <li>Update to hyper v0.14.</li> 25 </ul> 26 <h2>v0.10.10</h2> 27 <ul> 28 <li>Add <code>tcp_keepalive</code> option to <code>blocking::ClientBuilder</code>.</li> 29 <li>Add <code>multipart::Part::stream_with_length</code> constructor, to create a streaming part with a known length.</li> 30 <li>Add <code>ClientBuilder::https_only</code> option, to allow requiring URLs to be <code>https</code>.</li> 31 <li>Change default <code>tcp_keepalive</code> value to be disabled.</li> 32 </ul> 33 <h2>v0.10.9</h2> 34 <ul> 35 <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> 36 <li>Add <code>ClientBuilder::tcp_keepalive()</code> method to enable TCP keepalive.</li> 37 <li>Add <code>ClientBuilder::http1_writev()</code> method to force enable or disable vectored writes.</li> 38 <li>Add <code>Error::is_connect()</code> method to identify if the error is related to connection-establishment.</li> 39 <li>Add <code>blocking::ClientBuilder::brotli()</code> method.</li> 40 <li>Windows: Update default protocol to HTTP for HTTPS system proxies, when a protocol is not specified.</li> 41 <li>(wasm) Add support for Cloudflare workers runtime.</li> 42 <li>(wasm) Add <code>ClientBuilder::default_headers()</code> method.</li> 43 <li>(wasm) Add <code>RequestBuilder::build()</code> method.</li> 44 </ul> 45 <h2>v0.10.8</h2> 46 <ul> 47 <li>Add <code>must_use</code> to <code>RequestBuilder</code> and <code>ClientBuilder</code>.</li> 48 <li>Fix Windows system proxy detection of Fiddler proxies.</li> 49 <li>(wasm) Add <code>headers</code> method to <code>RequestBuilder</code>.</li> 50 <li>(wasm) Add <code>execute</code> method to <code>Client</code>.</li> 51 <li>(wasm) Add <code>TryFrom<http::Request></code> for <code>Request</code>.</li> 52 <li>(wasm) Fix checking for global <code>window</code> to work in non-browser environments.</li> 53 <li>(wasm) Fix sending of an empty body when not required.</li> 54 </ul> 55 </blockquote> 56 </details> 57 <details> 58 <summary>Changelog</summary> 59 <p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p> 60 <blockquote> 61 <h1>v0.11.0</h1> 62 <ul> 63 <li> 64 <p>Change <code>multipart</code> to be an optional cargo feature.</p> 65 </li> 66 <li> 67 <p>Remove deprecated methods.</p> 68 </li> 69 <li> 70 <p>Update to Tokio v1.0.</p> 71 </li> 72 <li> 73 <p>Update to Bytes v1.0.</p> 74 </li> 75 <li> 76 <p>Update to hyper v0.14.</p> 77 </li> 78 </ul> 79 <h2>v0.10.10</h2> 80 <ul> 81 <li>Add <code>tcp_keepalive</code> option to <code>blocking::ClientBuilder</code>.</li> 82 <li>Add <code>multipart::Part::stream_with_length</code> constructor, to create a streaming part with a known length.</li> 83 <li>Add <code>ClientBuilder::https_only</code> option, to allow requiring URLs to be <code>https</code>.</li> 84 <li>Change default <code>tcp_keepalive</code> value to be disabled.</li> 85 </ul> 86 <h2>v0.10.9</h2> 87 <ul> 88 <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> 89 <li>Add <code>ClientBuilder::tcp_keepalive()</code> method to enable TCP keepalive.</li> 90 <li>Add <code>ClientBuilder::http1_writev()</code> method to force enable or disable vectored writes.</li> 91 <li>Add <code>Error::is_connect()</code> method to identify if the error is related to connection-establishment.</li> 92 <li>Add <code>blocking::ClientBuilder::brotli()</code> method.</li> 93 <li>Windows: Update default protocol to HTTP for HTTPS system proxies, when a protocol is not specified.</li> 94 <li>(wasm) Add support for Cloudflare workers runtime.</li> 95 <li>(wasm) Add <code>ClientBuilder::default_headers()</code> method.</li> 96 <li>(wasm) Add <code>RequestBuilder::build()</code> method.</li> 97 </ul> 98 <h2>v0.10.8</h2> 99 <ul> 100 <li>Add <code>must_use</code> to <code>RequestBuilder</code> and <code>ClientBuilder</code>.</li> 101 <li>Fix Windows system proxy detection of Fiddler proxies.</li> 102 <li>(wasm) Add <code>headers</code> method to <code>RequestBuilder</code>.</li> 103 <li>(wasm) Add <code>execute</code> method to <code>Client</code>.</li> 104 <li>(wasm) Add <code>TryFrom<http::Request></code> for <code>Request</code>.</li> 105 <li>(wasm) Fix checking for global <code>window</code> to work in non-browser environments.</li> 106 <li>(wasm) Fix sending of an empty body when not required.</li> 107 </ul> 108 </blockquote> 109 </details> 110 <details> 111 <summary>Commits</summary> 112 <ul> 113 <li><a href="https://github.com/seanmonstar/reqwest/commit/bd9ff9f371b756decf26fbbde1687433b0f63774"><code>bd9ff9f</code></a> v0.11.0</li> 114 <li><a href="https://github.com/seanmonstar/reqwest/commit/afed48cafd58cc9d3697639052a1040112522931"><code>afed48c</code></a> Make multipart an optional feature (default off) (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1128">#1128</a>)</li> 115 <li><a href="https://github.com/seanmonstar/reqwest/commit/1f425a0244bcd7b4565dceb9076450d951f2ec03"><code>1f425a0</code></a> example: update usage doc for blocking example (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1112">#1112</a>)</li> 116 <li><a href="https://github.com/seanmonstar/reqwest/commit/3fb2c1c14376738c96e7950beb96d2b68d72a35a"><code>3fb2c1c</code></a> Remove deprecated features (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1124">#1124</a>)</li> 117 <li><a href="https://github.com/seanmonstar/reqwest/commit/a19eb3419637856d6d42f55dff6e4790613b2933"><code>a19eb34</code></a> Update to tokio 1.0, bytes 1.0 (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1076">#1076</a>)</li> 118 <li><a href="https://github.com/seanmonstar/reqwest/commit/5ee4fe5ab64a2e3d81efb9540cb9bdb98b8d6938"><code>5ee4fe5</code></a> Fix documentation line in for wasm Response</li> 119 <li><a href="https://github.com/seanmonstar/reqwest/commit/73990a7a42267548a87945f22f08c951656191b5"><code>73990a7</code></a> Add From<Bytes> for blocking::Body (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1114">#1114</a>)</li> 120 <li><a href="https://github.com/seanmonstar/reqwest/commit/5099192b92df49f5fe7794b0112ec0f3a0a58ca7"><code>5099192</code></a> v0.10.10</li> 121 <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> 122 <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> 123 <li>Additional commits viewable in <a href="https://github.com/seanmonstar/reqwest/compare/v0.10.7...v0.11.0">compare view</a></li> 124 </ul> 125 </details> 126 <br /> 127 128 129 [](https://dependabot.com/compatibility-score/?dependency-name=reqwest&package-manager=cargo&previous-version=0.10.7&new-version=0.11.0) 130 131 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`. 132 133 [//]: # (dependabot-automerge-start) 134 [//]: # (dependabot-automerge-end) 135 136 --- 137 138 <details> 139 <summary>Dependabot commands and options</summary> 140 <br /> 141 142 You can trigger Dependabot actions by commenting on this PR: 143 - `@dependabot rebase` will rebase this PR 144 - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it 145 - `@dependabot merge` will merge this PR after your CI passes on it 146 - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it 147 - `@dependabot cancel merge` will cancel a previously requested merge and block automerging 148 - `@dependabot reopen` will reopen this PR if it is closed 149 - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually 150 - `@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) 151 - `@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) 152 - `@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) 153 - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language 154 - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language 155 - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language 156 - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language 157 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme 158 159 Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): 160 - Update frequency (including time of day and day of week) 161 - Pull request limits (per update run and/or open at any time) 162 - Out-of-range updates (receive only lockfile updates, if desired) 163 - Security updates (receive only security updates, if desired) 164 165 166 167 </details> 168