From a94b814ead1dc82498b528eaf18404145a2909c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 02:16:40 +0000 Subject: [PATCH] Bump hyper from 0.14.8 to 0.14.9 Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.8 to 0.14.9. - [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.8...v0.14.9) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01414e42..ed6e6305 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1488,9 +1488,9 @@ dependencies = [ [[package]] name = "hyper" -version = "0.14.8" +version = "0.14.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3f71a7eea53a3f8257a7b4795373ff886397178cd634430ea94e12d7fe4fe34" +checksum = "07d6baa1b441335f3ce5098ac421fb6547c46dda735ca1bc6d0153c838f9dd83" dependencies = [ "bytes 1.0.1", "futures-channel", @@ -1502,7 +1502,7 @@ dependencies = [ "httparse", "httpdate", "itoa", - "pin-project 1.0.5", + "pin-project-lite 0.2.6", "socket2 0.4.0", "tokio", "tower-service", @@ -1517,7 +1517,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64" dependencies = [ "futures-util", - "hyper 0.14.8", + "hyper 0.14.9", "log 0.4.14", "rustls 0.19.0", "tokio", @@ -3220,7 +3220,7 @@ dependencies = [ "futures-util", "http", "http-body", - "hyper 0.14.8", + "hyper 0.14.9", "hyper-rustls", "ipnet", "js-sys", @@ -3944,7 +3944,7 @@ dependencies = [ "ed25519-dalek", "futures", "get-port", - "hyper 0.14.8", + "hyper 0.14.9", "itertools 0.10.1", "libp2p 0.38.0", "libp2p-async-await",