dependabot[bot] opened a new pull request, #1605:
URL: https://github.com/apache/datafusion-ballista/pull/1605

   Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.13.2 to 
0.13.3.
   <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.13.3</h2>
   <h2>tl;dr</h2>
   <ul>
   <li>Fix CertificateRevocationList parsing of PEM values.</li>
   <li>Fix logging in resolver to only show host, not full URL.</li>
   <li>Fix hickory-dns to fallback to a default if 
<code>/etc/resolv.conf</code> fails.</li>
   <li>Fix HTTP/3 to handle <code>STOP_SENDING</code> as not an error.</li>
   <li>Fix HTTP/3 pool to remove timed out QUIC connections.</li>
   <li>Fix HTTP/3 connection establishment picking IPv4 and IPv6.</li>
   <li>Upgrade rustls-platform-verifier.</li>
   <li>(wasm) Only use wasm-bindgen on unknown-* targets.</li>
   </ul>
   <h2>What's Changed</h2>
   <ul>
   <li>Update docs.rs Features by <a 
href="https://github.com/JamesWiresmith";><code>@​JamesWiresmith</code></a> in 
<a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2961";>seanmonstar/reqwest#2961</a></li>
   <li>fix: fallback to hickory_resolver's default config if reading 
/etc/resolv.conf fails by <a 
href="https://github.com/monosans";><code>@​monosans</code></a> in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2797";>seanmonstar/reqwest#2797</a></li>
   <li>fix: remove timeout con by <a 
href="https://github.com/cuiweixie";><code>@​cuiweixie</code></a> in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2967";>seanmonstar/reqwest#2967</a></li>
   <li>http3: handle stop_sending without error by <a 
href="https://github.com/anuraaga";><code>@​anuraaga</code></a> in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2978";>seanmonstar/reqwest#2978</a></li>
   <li>resolve: debug log to change only host by <a 
href="https://github.com/lms0806";><code>@​lms0806</code></a> in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2992";>seanmonstar/reqwest#2992</a></li>
   <li>Edit reference link  by <a 
href="https://github.com/lms0806";><code>@​lms0806</code></a> in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2996";>seanmonstar/reqwest#2996</a></li>
   <li>docs: more accurate about default HTTP2 window sizes by <a 
href="https://github.com/seanmonstar";><code>@​seanmonstar</code></a> in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/3007";>seanmonstar/reqwest#3007</a></li>
   <li>[HTTP/3] Optimize IPv6 fallback and enforce HTTPS scheme <a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/2911";>#2911</a> by 
<a href="https://github.com/lyuzichong";><code>@​lyuzichong</code></a> in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/3006";>seanmonstar/reqwest#3006</a></li>
   <li>Upgrade rustls-platform-verifier by <a 
href="https://github.com/jplatte";><code>@​jplatte</code></a> in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/3010";>seanmonstar/reqwest#3010</a></li>
   <li>use wasm-bindgen ecosystem only for wasm32-unknown-* target by <a 
href="https://github.com/Ludea";><code>@​Ludea</code></a> in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/3000";>seanmonstar/reqwest#3000</a></li>
   <li>fix rustls crl pem parsing by <a 
href="https://github.com/Threated";><code>@​Threated</code></a> in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/3013";>seanmonstar/reqwest#3013</a></li>
   <li>docs(retry): include ReqRep in docsrs by <a 
href="https://github.com/seanmonstar";><code>@​seanmonstar</code></a> in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/3020";>seanmonstar/reqwest#3020</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/JamesWiresmith";><code>@​JamesWiresmith</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2961";>seanmonstar/reqwest#2961</a></li>
   <li><a href="https://github.com/monosans";><code>@​monosans</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2797";>seanmonstar/reqwest#2797</a></li>
   <li><a href="https://github.com/cuiweixie";><code>@​cuiweixie</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2967";>seanmonstar/reqwest#2967</a></li>
   <li><a href="https://github.com/anuraaga";><code>@​anuraaga</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2978";>seanmonstar/reqwest#2978</a></li>
   <li><a href="https://github.com/lms0806";><code>@​lms0806</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2992";>seanmonstar/reqwest#2992</a></li>
   <li><a href="https://github.com/lyuzichong";><code>@​lyuzichong</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/3006";>seanmonstar/reqwest#3006</a></li>
   <li><a href="https://github.com/Ludea";><code>@​Ludea</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/3000";>seanmonstar/reqwest#3000</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/seanmonstar/reqwest/compare/v0.13.2...v0.13.3";>https://github.com/seanmonstar/reqwest/compare/v0.13.2...v0.13.3</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>
   <h2>v0.13.3</h2>
   <ul>
   <li>Fix CertificateRevocationList parsing of PEM values.</li>
   <li>Fix logging in resolver to only show host, not full URL.</li>
   <li>Fix hickory-dns to fallback to a default if 
<code>/etc/resolv.conf</code> fails.</li>
   <li>Fix HTTP/3 to handle <code>STOP_SENDING</code> as not an error.</li>
   <li>Fix HTTP/3 pool to remove timed out QUIC connections.</li>
   <li>Fix HTTP/3 connection establishment picking IPv4 and IPv6.</li>
   <li>Upgrade rustls-platform-verifier.</li>
   <li>(wasm) Only use wasm-bindgen on unknown-* targets.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/a9a88c4ee00a61b801f4f8e8cb643cdfb9a05b2b";><code>a9a88c4</code></a>
 v0.13.3</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/f3f6d9df166f447657d502fbaa9590e108a02d4b";><code>f3f6d9d</code></a>
 docs(retry): include ReqRep in docsrs (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/3020";>#3020</a>)</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/5f9c231502d827bdd19864277187b133bb746f2f";><code>5f9c231</code></a>
 fix rustls CRL PEM parsing (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/3013";>#3013</a>)</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/11d835dcad9171f614343c714377f0fcc6638205";><code>11d835d</code></a>
 use wasm-bindgen ecosystem only for wasm32-unknown-* target (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/3000";>#3000</a>)</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/1f72916f5cdc30f6cb6c63038c89063795294d50";><code>1f72916</code></a>
 Upgrade rustls-platform-verifier (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/3010";>#3010</a>)</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/5d5bf355744b181d31533501133ad9fbf99e8849";><code>5d5bf35</code></a>
 [HTTP/3] Optimize IPv6 fallback and enforce HTTPS scheme <a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/2911";>#2911</a> 
(<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/3006";>#3006</a>)</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/93dc1b2dc4b3649d9b79b563cf4d3b41448fda0d";><code>93dc1b2</code></a>
 docs: more accurate about default HTTP2 window sizes (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/3007";>#3007</a>)</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/c5e50f004de3ac0914369a08f3e7fd33c3ebc17e";><code>c5e50f0</code></a>
 docs: update outdated link in comments</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/b25611f7c976651e8c156809f781b939d1ef2b52";><code>b25611f</code></a>
 resolve: debug log to change only host (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/2992";>#2992</a>)</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/ca1f479ab373c074e5fab5b35736de0c9cc46732";><code>ca1f479</code></a>
 http3: handle stop_sending without error (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/2978";>#2978</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/seanmonstar/reqwest/compare/v0.13.2...v0.13.3";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=reqwest&package-manager=cargo&previous-version=0.13.2&new-version=0.13.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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 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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to