mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-16 01:47:08 -05:00
Merge #1335
1335: build(deps): bump reqwest from 0.11.14 to 0.11.15 r=delta1 a=dependabot[bot] Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.14 to 0.11.15. <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.11.15</h2> <h2>What's Changed</h2> <ul> <li>Add <code>RequestBuilder</code> methods to split and reconstruct from its parts.</li> <li>Add experimental HTTP/3 support. 🧪3️🎉</li> <li>Fix <code>connection_verbose</code> to log <code>write_vectored</code> calls.</li> <li>(wasm) Make requests actually cancel if the future is dropped.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/jneem"><code>`@jneem</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1755">seanmonstar/reqwest#1755</a></li> <li><a href="https://github.com/TurnOfACard"><code>`@TurnOfACard</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1762">seanmonstar/reqwest#1762</a></li> <li><a href="https://github.com/j7nw4r"><code>`@j7nw4r</code></a>` made their first contribution in <a href="https://redirect.github.com/seanmonstar/reqwest/pull/1765">seanmonstar/reqwest#1765</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.14...v0.11.15">https://github.com/seanmonstar/reqwest/compare/v0.11.14...v0.11.15</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.11.15</h2> <ul> <li>Add <code>RequestBuilder</code> methods to split and reconstruct from its parts.</li> <li>Add experimental HTTP/3 support.</li> <li>Fix <code>connection_verbose</code> to log <code>write_vectored</code> calls.</li> <li>(wasm) Make requests actually cancel if the future is dropped.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="56190bd4c5
"><code>56190bd</code></a> v0.11.15</li> <li><a href="df2b3baadc
"><code>df2b3ba</code></a> wasm: fix premature abort for streaming bodies (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1782">#1782</a>)</li> <li><a href="4db868b412
"><code>4db868b</code></a> Make HTTP/3 feature more unstable (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1780">#1780</a>)</li> <li><a href="57a8a01e4a
"><code>57a8a01</code></a> Add Experimental HTTP/3 Support (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1599">#1599</a>)</li> <li><a href="119366e957
"><code>119366e</code></a> async/request: add methods to split and reassemble a RequestBuilder (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1770">#1770</a>)</li> <li><a href="673449aa82
"><code>673449a</code></a> docs: fix wording on main docs page (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1765">#1765</a>)</li> <li><a href="c2ac875c36
"><code>c2ac875</code></a> Clarify the documentation to show that get will fail if the total download ti...</li> <li><a href="bb8fec4782
"><code>bb8fec4</code></a> Make wasm requests cancel when the future drops. (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1755">#1755</a>)</li> <li><a href="bdd4db0244
"><code>bdd4db0</code></a> Fix <code>connection_verbose</code> to log write_vectored calls (<a href="https://redirect.github.com/seanmonstar/reqwest/issues/1737">#1737</a>)</li> <li>See full diff in <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.14...v0.11.15">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.11.14&new-version=0.11.15)](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` 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
commit
9453b77ba5
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3198,9 +3198,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "reqwest"
|
name = "reqwest"
|
||||||
version = "0.11.14"
|
version = "0.11.15"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9"
|
checksum = "0ba30cc2c0cd02af1222ed216ba659cdb2f879dfe3181852fe7c50b1d0005949"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.21.0",
|
"base64 0.21.0",
|
||||||
"bytes",
|
"bytes",
|
||||||
|
Loading…
Reference in New Issue
Block a user