Bump hyper from 0.14.7 to 0.14.8

Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.7 to 0.14.8.
- [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.7...v0.14.8)

Signed-off-by: dependabot[bot] <support@github.com>
pull/540/head
dependabot[bot] 3 years ago committed by GitHub
parent 6743801c71
commit 44005fb757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
Cargo.lock generated

@ -1293,9 +1293,9 @@ dependencies = [
[[package]]
name = "h2"
version = "0.3.1"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d832b01df74254fe364568d6ddc294443f61cbec82816b60904303af87efae78"
checksum = "825343c4eef0b63f541f8903f395dc5beb362a979b5799a84062527ef1e37726"
dependencies = [
"bytes 1.0.1",
"fnv",
@ -1467,9 +1467,9 @@ dependencies = [
[[package]]
name = "hyper"
version = "0.14.7"
version = "0.14.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e5f105c494081baa3bf9e200b279e27ec1623895cd504c7dbef8d0b080fcf54"
checksum = "d3f71a7eea53a3f8257a7b4795373ff886397178cd634430ea94e12d7fe4fe34"
dependencies = [
"bytes 1.0.1",
"futures-channel",
@ -1496,7 +1496,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"
dependencies = [
"futures-util",
"hyper 0.14.7",
"hyper 0.14.8",
"log 0.4.14",
"rustls 0.19.0",
"tokio",
@ -3149,7 +3149,7 @@ dependencies = [
"futures-util",
"http",
"http-body",
"hyper 0.14.7",
"hyper 0.14.8",
"hyper-rustls",
"ipnet",
"js-sys",
@ -3867,7 +3867,7 @@ dependencies = [
"ed25519-dalek",
"futures",
"get-port",
"hyper 0.14.7",
"hyper 0.14.8",
"itertools 0.10.0",
"libp2p 0.38.0",
"libp2p-async-await",

Loading…
Cancel
Save