From 44005fb7573cad284017c1dc1e098421182abc4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 06:11:46 +0000 Subject: [PATCH] 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] --- Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c69a4e49..e09f002a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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",