mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-13 00:19:31 -05:00
Merge #748
748: Bump hyper from 0.14.11 to 0.14.12 r=thomaseizinger a=dependabot[bot] Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.11 to 0.14.12. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hyperium/hyper/releases">hyper's releases</a>.</em></p> <blockquote> <h2>v0.14.12</h2> <h2>Bug Fixes</h2> <ul> <li><strong>ffi:</strong> on_informational callback had no headers (<a href="39b6d01aa0
">39b6d01a</a>)</li> <li><strong>http1:</strong> apply header title case for consecutive dashes (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2613">#2613</a>) (<a href="684f2fa76d
">684f2fa7</a>)</li> <li><strong>http2:</strong> improve errors emitted by HTTP2 <code>Upgraded</code> stream shutdown (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2622">#2622</a>) (<a href="be08648e82
">be08648e</a>)</li> </ul> <h2>Features</h2> <ul> <li><strong>client:</strong> expose http09 and http1 options on <code>client::conn::Builder</code> (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2611">#2611</a>) (<a href="73bff4e98c
">73bff4e9</a>, closes <a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2461">#2461</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hyperium/hyper/blob/master/CHANGELOG.md">hyper's changelog</a>.</em></p> <blockquote> <h3>v0.14.12 (2021-08-24)</h3> <h4>Bug Fixes</h4> <ul> <li><strong>ffi:</strong> on_informational callback had no headers (<a href="39b6d01aa0
">39b6d01a</a>)</li> <li><strong>http1:</strong> apply header title case for consecutive dashes (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2613">#2613</a>) (<a href="684f2fa76d
">684f2fa7</a>)</li> <li><strong>http2:</strong> improve errors emitted by HTTP2 <code>Upgraded</code> stream shutdown (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2622">#2622</a>) (<a href="be08648e82
">be08648e</a>)</li> </ul> <h4>Features</h4> <ul> <li><strong>client:</strong> expose http09 and http1 options on <code>client::conn::Builder</code> (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2611">#2611</a>) (<a href="73bff4e98c
">73bff4e9</a>, closes <a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2461">#2461</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="f46b175bf7
"><code>f46b175</code></a> v0.14.12</li> <li><a href="39b6d01aa0
"><code>39b6d01</code></a> fix(ffi): on_informational callback had no headers</li> <li><a href="adaa8b3f0e
"><code>adaa8b3</code></a> chore(dependencies): require httparse 1.5.1</li> <li><a href="95a978344c
"><code>95a9783</code></a> refactor(http1): use MaybeUninit for parsing with uninitialized headers (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2545">#2545</a>)</li> <li><a href="be08648e82
"><code>be08648</code></a> fix(http2): improve errors emitted by HTTP2 <code>Upgraded</code> stream shutdown (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2622">#2622</a>)</li> <li><a href="9a113ed416
"><code>9a113ed</code></a> docs(capi): fix typo in the upload example build (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2626">#2626</a>)</li> <li><a href="a1995ee1cb
"><code>a1995ee</code></a> docs(capi): build 'upload' example too by default (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2625">#2625</a>)</li> <li><a href="3b26572876
"><code>3b26572</code></a> refactor(ffi): check pointer arguments for NULL (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2624">#2624</a>)</li> <li><a href="c35153998e
"><code>c351539</code></a> docs(capi): output the hyper_version in the capi examples (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2623">#2623</a>)</li> <li><a href="684f2fa76d
"><code>684f2fa</code></a> fix(http1): apply header title case for consecutive dashes (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2613">#2613</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hyperium/hyper/compare/v0.14.11...v0.14.12">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hyper&package-manager=cargo&previous-version=0.14.11&new-version=0.14.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
37881c40b5
14
Cargo.lock
generated
14
Cargo.lock
generated
@ -1477,9 +1477,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "httparse"
|
||||
version = "1.4.0"
|
||||
version = "1.5.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "4a1ce40d6fc9764887c2fdc7305c3dcc429ba11ff981c1509416afd5697e4437"
|
||||
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
|
||||
|
||||
[[package]]
|
||||
name = "httpdate"
|
||||
@ -1508,9 +1508,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "hyper"
|
||||
version = "0.14.11"
|
||||
version = "0.14.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0b61cf2d1aebcf6e6352c97b81dc2244ca29194be1b276f5d8ad5c6330fffb11"
|
||||
checksum = "13f67199e765030fa08fe0bd581af683f0d5bc04ea09c2b1102012c5fb90e7fd"
|
||||
dependencies = [
|
||||
"bytes 1.0.1",
|
||||
"futures-channel",
|
||||
@ -1537,7 +1537,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"
|
||||
dependencies = [
|
||||
"futures-util",
|
||||
"hyper 0.14.11",
|
||||
"hyper 0.14.12",
|
||||
"log 0.4.14",
|
||||
"rustls 0.19.0",
|
||||
"tokio",
|
||||
@ -3212,7 +3212,7 @@ dependencies = [
|
||||
"futures-util",
|
||||
"http",
|
||||
"http-body",
|
||||
"hyper 0.14.11",
|
||||
"hyper 0.14.12",
|
||||
"hyper-rustls",
|
||||
"ipnet",
|
||||
"js-sys",
|
||||
@ -3907,7 +3907,7 @@ dependencies = [
|
||||
"ed25519-dalek",
|
||||
"futures",
|
||||
"get-port",
|
||||
"hyper 0.14.11",
|
||||
"hyper 0.14.12",
|
||||
"itertools 0.10.1",
|
||||
"libp2p",
|
||||
"miniscript",
|
||||
|
Loading…
Reference in New Issue
Block a user