dependabot[bot] opened a new pull request, #5539:
URL: https://github.com/apache/arrow-rs/pull/5539

   Updates the requirements on 
[reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/seanmonstar/reqwest/releases";>reqwest's 
releases</a>.</em></p>
   <blockquote>
   <h2>v0.12.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Upgrade to <code>hyper</code>, <code>http</code>, and 
<code>http-body</code> v1.</li>
   <li>Add better support for converting to and from <code>http::Request</code> 
and <code>http::Response</code>.</li>
   <li>Add <code>http2</code> optional cargo feature, default on.</li>
   <li>Add <code>charset</code> optional cargo feature, default on.</li>
   <li>Add <code>macos-system-configuration</code> cargo feature, default 
on.</li>
   <li>Change all optional dependencies to no longer be exposed as implicit 
features.</li>
   <li>Add <code>ClientBuilder::interface(str)</code> to specify the local 
interface to bind to.</li>
   <li>Experimental: disables the <code>http3</code> feature temporarily.</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/seanmonstar/reqwest/compare/v0.11.27...v0.12.0";>https://github.com/seanmonstar/reqwest/compare/v0.11.27...v0.12.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md";>reqwest's
 changelog</a>.</em></p>
   <blockquote>
   <h1>v0.12.0</h1>
   <ul>
   <li>Upgrade to <code>hyper</code>, <code>http</code>, and 
<code>http-body</code> v1.</li>
   <li>Add better support for converting to and from <code>http::Request</code> 
and <code>http::Response</code>.</li>
   <li>Add <code>http2</code> optional cargo feature, default on.</li>
   <li>Add <code>charset</code> optional cargo feature, default on.</li>
   <li>Add <code>macos-system-configuration</code> cargo feature, default 
on.</li>
   <li>Change all optional dependencies to no longer be exposed as implicit 
features.</li>
   <li>Add <code>ClientBuilder::interface(str)</code> to specify the local 
interface to bind to.</li>
   <li>Experimental: disables the <code>http3</code> feature temporarily.</li>
   </ul>
   <h2>v0.11.27</h2>
   <ul>
   <li>Add <code>hickory-dns</code> feature, deprecating 
<code>trust-dns</code>.</li>
   <li>(wasm) Fix <code>Form::text()</code> to not set octet-stream for plain 
text fields.</li>
   </ul>
   <h2>v0.11.26</h2>
   <ul>
   <li>Revert <code>system-configuration</code> upgrade, which broke MSRV on 
macOS.</li>
   </ul>
   <h2>v0.11.25</h2>
   <ul>
   <li>Fix <code>Certificate::from_pem_bundle()</code> parsing.</li>
   <li>Fix Apple linker errors from detecting system proxies.</li>
   </ul>
   <h2>v0.11.24</h2>
   <ul>
   <li>Add <code>Certificate::from_pem_bundle()</code> to add a bundle.</li>
   <li>Add <code>http3_prior_knowledge()</code> to blocking client builder.</li>
   <li>Remove <code>Sync</code> bounds requirement for 
<code>Body::wrap_stream()</code>.</li>
   <li>Fix HTTP/2 to retry <code>REFUSED_STREAM</code> requests.</li>
   <li>Fix instances of converting <code>Url</code> to <code>Uri</code> that 
could panic.</li>
   </ul>
   <h2>v0.11.23</h2>
   <ul>
   <li>Add <code>Proxy::custom_http_auth(val)</code> for setting the raw 
<code>Proxy-Authorization</code> header when connecting to proxies.</li>
   <li>Fix redirect to reject locations that are not <code>http://</code> or 
<code>https://</code>.</li>
   <li>Fix setting <code>nodelay</code> when TLS is enabled but URL is 
HTTP.</li>
   <li>(wasm) Add <code>ClientBuilder::user_agent(val)</code>.</li>
   <li>(wasm) add <code>multipart::Form::headers(headers)</code>.</li>
   </ul>
   <h2>v0.11.22</h2>
   <ul>
   <li>Fix compilation on Windows when <code>trust-dns</code> is enabled.</li>
   </ul>
   <h2>v0.11.21</h2>
   <ul>
   <li>Add automatically detecting macOS proxy settings.</li>
   <li>Add <code>ClientBuilder::tls_info(bool)</code>, which will put 
<code>tls::TlsInfo</code> into the response extensions.</li>
   <li>Fix trust-dns resolver from possible hangs.</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/92aa28caab7ed60e79544e917b8369acd6693863";><code>92aa28c</code></a>
 v0.12.0</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/6c6170b1a7d4453ad88216a2b19a36ecf1bc4dae";><code>6c6170b</code></a>
 feat: Make encoding_rs an optional dependency called <code>charset</code></li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/d1022b3b9fe7054fce249f644f934cc1c1816236";><code>d1022b3</code></a>
 Support conversion to http::Response</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/a29c7f901109beed0da2a69cc5bcc87c05425a86";><code>a29c7f9</code></a>
 Add macos-system-configuration feature flag</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/886cd81f645d733ae66efd8c73969d750593492b";><code>886cd81</code></a>
 crate: hide internal features (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/2026";>#2026</a>)</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/18f2bb8356231de74aacc475140ddb3b875f4430";><code>18f2bb8</code></a>
 feat: Allow binding interface (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/2163";>#2163</a>)</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/fee78ec875770e129c1eb17dc06adeba121ff926";><code>fee78ec</code></a>
 feat: Add http2 cargo feature (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/2162";>#2162</a>)</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/eb94f26919e881177ad3d9cd172f47d1a8263799";><code>eb94f26</code></a>
 feat: hyper v1 upgrade (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/2059";>#2059</a>)</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/cf69fd4bfe22855d576497eb94e9eb549e742475";><code>cf69fd4</code></a>
 v0.11.27</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/d0d2b47abe38fc989314da8b432305436bd082b5";><code>d0d2b47</code></a>
 docs: add note about sponsors/support</li>
   <li>Additional commits viewable in <a 
href="https://github.com/seanmonstar/reqwest/compare/v0.11.0...v0.12.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   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`.
   
   [//]: # (dependabot-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   You can trigger Dependabot actions by commenting on this PR:
   - `@dependabot rebase` will rebase this PR
   - `@dependabot recreate` will recreate this PR, overwriting any edits that 
have been made to it
   - `@dependabot merge` will merge this PR after your CI passes on it
   - `@dependabot squash and merge` will squash and merge this PR after your CI 
passes on it
   - `@dependabot cancel merge` will cancel a previously requested merge and 
block automerging
   - `@dependabot reopen` will reopen this PR if it is closed
   - `@dependabot close` will close this PR and stop Dependabot recreating it. 
You can achieve the same result by closing it manually
   - `@dependabot show <dependency name> ignore conditions` will show all of 
the ignore conditions of the specified dependency
   - `@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)
   - `@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)
   - `@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)
   
   
   </details>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to