dependabot[bot] opened a new pull request, #1636:
URL: https://github.com/apache/iggy/pull/1636

   Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.12.12 to 
0.12.14.
   <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.14</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>re-add fetch_mode_no_cors shim when not in wasm, but deprecated by <a 
href="https://github.com/seanmonstar";><code>@​seanmonstar</code></a> in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2598";>seanmonstar/reqwest#2598</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/seanmonstar/reqwest/compare/v0.12.13...v0.12.14";>https://github.com/seanmonstar/reqwest/compare/v0.12.13...v0.12.14</a></p>
   <h2>v0.12.13</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add <code>Form::into_reader()</code> for blocking <code>multipart</code> 
forms.</li>
   <li>Add <code>Form::into_stream()</code> for async <code>multipart</code> 
forms.</li>
   <li>Add support for SOCKS4a proxies.</li>
   <li>Fix decoding responses with multiple zstd frames.</li>
   <li>Fix <code>RequestBuilder::form()</code> from overwriting a previously 
set <code>Content-Type</code> header, like the other builder methods.</li>
   <li>Fix cloning of request timeout in <code>blocking::Request</code>.</li>
   <li>Fix http3 synchronization of connection creation, reducing unneccesary 
extra connections.</li>
   <li>Fix Windows system proxy to use <code>ProxyOverride</code> as a 
<code>NO_PROXY</code> value.</li>
   <li>Fix blocking read to correctly reserve and zero read buffer.</li>
   <li>(wasm) Add support for request timeouts.</li>
   <li>(wasm) Fix <code>Error::is_timeout()</code> to return true when from a 
request timeout.</li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/obi1kenobi";><code>@​obi1kenobi</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2524";>seanmonstar/reqwest#2524</a></li>
   <li><a href="https://github.com/decathorpe";><code>@​decathorpe</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2529";>seanmonstar/reqwest#2529</a></li>
   <li><a href="https://github.com/flisky";><code>@​flisky</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/1760";>seanmonstar/reqwest#1760</a></li>
   <li><a href="https://github.com/0x676e67";><code>@​0x676e67</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2527";>seanmonstar/reqwest#2527</a></li>
   <li><a href="https://github.com/maximevtush";><code>@​maximevtush</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2534";>seanmonstar/reqwest#2534</a></li>
   <li><a href="https://github.com/Property404";><code>@​Property404</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2554";>seanmonstar/reqwest#2554</a></li>
   <li><a href="https://github.com/G1gg1L3s";><code>@​G1gg1L3s</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2544";>seanmonstar/reqwest#2544</a></li>
   <li><a 
href="https://github.com/coastalwhite";><code>@​coastalwhite</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2562";>seanmonstar/reqwest#2562</a></li>
   <li><a href="https://github.com/Fizcko";><code>@​Fizcko</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2559";>seanmonstar/reqwest#2559</a></li>
   <li><a 
href="https://github.com/markussilvan";><code>@​markussilvan</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2573";>seanmonstar/reqwest#2573</a></li>
   <li><a 
href="https://github.com/aunovis-heidrich";><code>@​aunovis-heidrich</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/seanmonstar/reqwest/pull/2593";>seanmonstar/reqwest#2593</a></li>
   </ul>
   <h2>Thanks!</h2>
   <ul>
   <li><a 
href="https://github.com/seanmonstar";><code>@​seanmonstar</code></a></li>
   <li><a 
href="https://github.com/paolobarbolini";><code>@​paolobarbolini</code></a></li>
   <li><a href="https://github.com/Nuhvi";><code>@​Nuhvi</code></a></li>
   <li><a 
href="https://github.com/Andrey36652";><code>@​Andrey36652</code></a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/seanmonstar/reqwest/compare/v0.12.12...v0.12.13";>https://github.com/seanmonstar/reqwest/compare/v0.12.12...v0.12.13</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/seanmonstar/reqwest/blob/v0.12.14/CHANGELOG.md";>reqwest's
 changelog</a>.</em></p>
   <blockquote>
   <h2>v0.12.14</h2>
   <ul>
   <li>Fix missing <code>fetch_mode_no_cors()</code>, marking as deprecated 
when not on WASM.</li>
   </ul>
   <h2>v0.12.13</h2>
   <ul>
   <li>Add <code>Form::into_reader()</code> for blocking <code>multipart</code> 
forms.</li>
   <li>Add <code>Form::into_stream()</code> for async <code>multipart</code> 
forms.</li>
   <li>Add support for SOCKS4a proxies.</li>
   <li>Fix decoding responses with multiple zstd frames.</li>
   <li>Fix <code>RequestBuilder::form()</code> from overwriting a previously 
set <code>Content-Type</code> header, like the other builder methods.</li>
   <li>Fix cloning of request timeout in <code>blocking::Request</code>.</li>
   <li>Fix http3 synchronization of connection creation, reducing unneccesary 
extra connections.</li>
   <li>Fix Windows system proxy to use <code>ProxyOverride</code> as a 
<code>NO_PROXY</code> value.</li>
   <li>Fix blocking read to correctly reserve and zero read buffer.</li>
   <li>(wasm) Add support for request timeouts.</li>
   <li>(wasm) Fix <code>Error::is_timeout()</code> to return true when from a 
request timeout.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/cf50f114b5151ff39458e2cb16a8fb741891ecc8";><code>cf50f11</code></a>
 v0.12.14</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/f63c6315911154de8b96b79012ce8e266e47dba6";><code>f63c631</code></a>
 re-add fetch_mode_no_cors shim when not in wasm, but deprecated (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/2598";>#2598</a>)</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/e44e37130538cc2d3c95ffee1215b4db3d71b025";><code>e44e371</code></a>
 v0.12.13</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/e83e138af520e314e480a37f7dd93fa0e3650eb4";><code>e83e138</code></a>
 Added osv-scanner.toml file to ignore npm packages in wasm examples during 
vu...</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/7e85d2f974cf32702bf6decd8f7a56bc3fc0d707";><code>7e85d2f</code></a>
 ci: pin once-cell in msrv job (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/2594";>#2594</a>)</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/c4a9fb060fb518f0053b98f78c7583071a760cf4";><code>c4a9fb0</code></a>
 test HTTP connection reuse with new zstd fix (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/2587";>#2587</a>)</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/6f9d0eeb7cabfbcf43956b5d2b249b68f982b9fb";><code>6f9d0ee</code></a>
 fix: support HTTP responses containing multiple ZSTD frames (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/2583";>#2583</a>)</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/44ac897f1ab35ba24a195927043d185d5cbb6912";><code>44ac897</code></a>
 perf(decoder): compile-time validation of decoder header value (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/2580";>#2580</a>)</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/0bcba46eb804bcc22a059e9098468c7d7532fcd2";><code>0bcba46</code></a>
 chore: remove empty wasm shell function (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/2573";>#2573</a>)</li>
   <li><a 
href="https://github.com/seanmonstar/reqwest/commit/00b15b9a893d350388af513179e1a973dfa26f85";><code>00b15b9</code></a>
 fix using Windows ProxyOverride registry value as a NO_PROXY (<a 
href="https://redirect.github.com/seanmonstar/reqwest/issues/2559";>#2559</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/seanmonstar/reqwest/compare/v0.12.12...v0.12.14";>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.12.12&new-version=0.12.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   You can trigger a rebase of this PR 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