From 3d6a8257f3e347523db66fd9028af250f284efa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 01:39:38 +0000 Subject: [PATCH] Bump hyper from 0.14.7 to 0.14.12 Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.7 to 0.14.12. - [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.12) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 26 ++++++++++++++------------ beacon_node/Cargo.toml | 2 +- remote_signer/client/Cargo.toml | 2 +- validator_client/Cargo.toml | 2 +- 4 files changed, 17 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0201758e1cb..cd9a0d57f63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "account_manager" version = "0.3.5" @@ -648,7 +650,7 @@ dependencies = [ "futures 0.3.14", "genesis", "hex", - "hyper 0.14.7", + "hyper 0.14.12", "lighthouse_version", "logging", "monitoring_api", @@ -2911,9 +2913,9 @@ dependencies = [ [[package]] name = "httparse" -version = "1.4.0" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a1ce40d6fc9764887c2fdc7305c3dcc429ba11ff981c1509416afd5697e4437" +checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c" [[package]] name = "httpdate" @@ -2941,7 +2943,7 @@ dependencies = [ "crossbeam-utils", "difference", "futures-util", - "hyper 0.14.7", + "hyper 0.14.12", "isahc", "lazy_static", "levenshtein", @@ -2986,9 +2988,9 @@ dependencies = [ [[package]] name = "hyper" -version = "0.14.7" +version = "0.14.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e5f105c494081baa3bf9e200b279e27ec1623895cd504c7dbef8d0b080fcf54" +checksum = "13f67199e765030fa08fe0bd581af683f0d5bc04ea09c2b1102012c5fb90e7fd" dependencies = [ "bytes 1.0.1", "futures-channel", @@ -3000,7 +3002,7 @@ dependencies = [ "httparse", "httpdate 1.0.0", "itoa", - "pin-project 1.0.7", + "pin-project-lite 0.2.6", "socket2 0.4.0", "tokio 1.5.0", "tower-service", @@ -3046,7 +3048,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" dependencies = [ "bytes 1.0.1", - "hyper 0.14.7", + "hyper 0.14.12", "native-tls", "tokio 1.5.0", "tokio-native-tls", @@ -5211,7 +5213,7 @@ dependencies = [ "clap", "environment", "futures 0.3.14", - "hyper 0.14.7", + "hyper 0.14.12", "lazy_static", "regex", "remote_signer_backend", @@ -5278,7 +5280,7 @@ dependencies = [ "futures-util", "http", "http-body 0.4.1", - "hyper 0.14.7", + "hyper 0.14.12", "hyper-tls 0.5.0", "ipnet", "js-sys", @@ -7161,7 +7163,7 @@ dependencies = [ "filesystem", "futures 0.3.14", "hex", - "hyper 0.14.7", + "hyper 0.14.12", "lazy_static", "libc", "libsecp256k1", @@ -7284,7 +7286,7 @@ dependencies = [ "futures 0.3.14", "headers", "http", - "hyper 0.14.7", + "hyper 0.14.12", "log", "mime", "mime_guess", diff --git a/beacon_node/Cargo.toml b/beacon_node/Cargo.toml index f170ee86f51..e34031e4f03 100644 --- a/beacon_node/Cargo.toml +++ b/beacon_node/Cargo.toml @@ -40,7 +40,7 @@ eth2_libp2p = { path = "./eth2_libp2p" } eth2_ssz = "0.1.2" serde = "1.0.116" clap_utils = { path = "../common/clap_utils" } -hyper = "0.14.4" +hyper = "0.14.12" lighthouse_version = { path = "../common/lighthouse_version" } hex = "0.4.2" slasher = { path = "../slasher" } diff --git a/remote_signer/client/Cargo.toml b/remote_signer/client/Cargo.toml index 7b6b3f24782..f440a8f1211 100644 --- a/remote_signer/client/Cargo.toml +++ b/remote_signer/client/Cargo.toml @@ -9,7 +9,7 @@ clap = "2.33.3" client_backend = { path = "../backend", package = "remote_signer_backend" } environment = { path = "../../lighthouse/environment" } futures = "0.3.6" -hyper = "0.14.4" +hyper = "0.14.12" lazy_static = "1.4.0" regex = "1.3.9" serde = { version = "1.0.116", features = ["derive"] } diff --git a/validator_client/Cargo.toml b/validator_client/Cargo.toml index df74a203a45..1750a36892a 100644 --- a/validator_client/Cargo.toml +++ b/validator_client/Cargo.toml @@ -55,7 +55,7 @@ account_utils = { path = "../common/account_utils" } lighthouse_version = { path = "../common/lighthouse_version" } warp_utils = { path = "../common/warp_utils" } warp = { git = "https://github.com/paulhauner/warp ", branch = "cors-wildcard" } -hyper = "0.14.4" +hyper = "0.14.12" serde_utils = { path = "../consensus/serde_utils" } libsecp256k1 = "0.3.5" ring = "0.16.19"