mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Merge #1154
1154: build(deps): bump reqwest from 0.11.11 to 0.11.12 r=delta1 a=dependabot[bot] Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.11 to 0.11.12. <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.12</h2> <h2>What's Changed</h2> <ul> <li>Add <code>ClientBuilder::resolve_to_addrs()</code> which allows a slice of IP addresses to be specified for a single host.</li> <li>Add <code>Response::upgrade()</code> to await whether the server agrees to an HTTP upgrade.</li> </ul> <h2>New Contributors ❤️</h2> <ul> <li><a href="https://github.com/futursolo"><code>`@futursolo</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1565">seanmonstar/reqwest#1565</a></li> <li><a href="https://github.com/kckeiks"><code>`@kckeiks</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1583">seanmonstar/reqwest#1583</a></li> <li><a href="https://github.com/vidhanio"><code>`@vidhanio</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1584">seanmonstar/reqwest#1584</a></li> <li><a href="https://github.com/luqmana"><code>`@luqmana</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1376">seanmonstar/reqwest#1376</a></li> <li><a href="https://github.com/lpraneis"><code>`@lpraneis</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1622">seanmonstar/reqwest#1622</a></li> </ul> </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.12</h2> <ul> <li>Add <code>ClientBuilder::resolve_to_addrs()</code> which allows a slice of IP addresses to be specified for a single host.</li> <li>Add <code>Response::upgrade()</code> to await whether the server agrees to an HTTP upgrade.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="a0a7db0113
"><code>a0a7db0</code></a> v0.11.12</li> <li><a href="ae2d521664
"><code>ae2d521</code></a> Add ability to specify multiple IP addresses for resolver overrides (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1622">#1622</a>)</li> <li><a href="6ceb23958c
"><code>6ceb239</code></a> Export Upgraded type. (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1618">#1618</a>)</li> <li><a href="61474f422c
"><code>61474f4</code></a> Add HTTP Upgrade support to Response. (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1376">#1376</a>)</li> <li><a href="e9ba0a9dc7
"><code>e9ba0a9</code></a> docs: fix broken doc comment example. (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1584">#1584</a>)</li> <li><a href="3b2eecce6e
"><code>3b2eecc</code></a> Remove debug log of status and URL (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1583">#1583</a>)</li> <li><a href="74e70627be
"><code>74e7062</code></a> Migrate to once_cell. (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1565">#1565</a>)</li> <li><a href="b72a385ae7
"><code>b72a385</code></a> Bump MSRV to 1.56 (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1582">#1582</a>)</li> <li>See full diff in <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.11...v0.11.12">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.11&new-version=0.11.12)](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
c0694fc31b
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -3182,9 +3182,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "reqwest"
|
name = "reqwest"
|
||||||
version = "0.11.11"
|
version = "0.11.12"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92"
|
checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.13.0",
|
"base64 0.13.0",
|
||||||
"bytes",
|
"bytes",
|
||||||
@ -3198,9 +3198,9 @@ dependencies = [
|
|||||||
"hyper-rustls",
|
"hyper-rustls",
|
||||||
"ipnet",
|
"ipnet",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
"lazy_static",
|
|
||||||
"log",
|
"log",
|
||||||
"mime",
|
"mime",
|
||||||
|
"once_cell",
|
||||||
"percent-encoding",
|
"percent-encoding",
|
||||||
"pin-project-lite 0.2.9",
|
"pin-project-lite 0.2.9",
|
||||||
"rustls 0.20.2",
|
"rustls 0.20.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user