Bump hyper from 0.14.10 to 0.14.11

Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.10 to 0.14.11.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md)
- [Commits](https://github.com/hyperium/hyper/compare/v0.14.10...v0.14.11)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-08-16 11:08:47 +00:00 committed by GitHub
parent b2c377005b
commit f08a4d535f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
Cargo.lock generated
View File

@ -1562,9 +1562,9 @@ dependencies = [
[[package]] [[package]]
name = "hyper" name = "hyper"
version = "0.14.10" version = "0.14.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7728a72c4c7d72665fde02204bcbd93b247721025b222ef78606f14513e0fd03" checksum = "0b61cf2d1aebcf6e6352c97b81dc2244ca29194be1b276f5d8ad5c6330fffb11"
dependencies = [ dependencies = [
"bytes 1.0.1", "bytes 1.0.1",
"futures-channel", "futures-channel",
@ -1591,7 +1591,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64" checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"
dependencies = [ dependencies = [
"futures-util", "futures-util",
"hyper 0.14.10", "hyper 0.14.11",
"log 0.4.14", "log 0.4.14",
"rustls 0.19.0", "rustls 0.19.0",
"tokio", "tokio",
@ -3309,7 +3309,7 @@ dependencies = [
"futures-util", "futures-util",
"http", "http",
"http-body", "http-body",
"hyper 0.14.10", "hyper 0.14.11",
"hyper-rustls", "hyper-rustls",
"ipnet", "ipnet",
"js-sys", "js-sys",
@ -4072,7 +4072,7 @@ dependencies = [
"ed25519-dalek", "ed25519-dalek",
"futures", "futures",
"get-port", "get-port",
"hyper 0.14.10", "hyper 0.14.11",
"itertools 0.10.1", "itertools 0.10.1",
"libp2p", "libp2p",
"miniscript", "miniscript",