From a1e083dacf1507beb2f55235fd249dcc8a5bc86c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 10:39:03 +0000 Subject: [PATCH] Bump hyper from 0.12.36 to 0.13.10 Bumps [hyper](https://github.com/hyperium/hyper) from 0.12.36 to 0.13.10. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.13.10/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.12.36...v0.13.10) Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- bin/node/rpc-client/Cargo.toml | 2 +- client/offchain/Cargo.toml | 2 +- utils/prometheus/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97b64e07e4133..068858a106dc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4316,7 +4316,7 @@ name = "node-rpc-client" version = "2.0.0" dependencies = [ "futures 0.1.31", - "hyper 0.12.36", + "hyper 0.13.10", "jsonrpc-core-client", "log", "node-primitives", diff --git a/bin/node/rpc-client/Cargo.toml b/bin/node/rpc-client/Cargo.toml index 1d9819de24b6d..46a4471caf430 100644 --- a/bin/node/rpc-client/Cargo.toml +++ b/bin/node/rpc-client/Cargo.toml @@ -12,7 +12,7 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] futures = "0.1.29" -hyper = "~0.12.35" +hyper = "~0.13.10" jsonrpc-core-client = { version = "15.1.0", default-features = false, features = ["http"] } log = "0.4.8" node-primitives = { version = "2.0.0", path = "../primitives" } diff --git a/client/offchain/Cargo.toml b/client/offchain/Cargo.toml index 9aca829c70d66..2fe724e0cf6c4 100644 --- a/client/offchain/Cargo.toml +++ b/client/offchain/Cargo.toml @@ -34,7 +34,7 @@ sp-utils = { version = "3.0.0", path = "../../primitives/utils" } threadpool = "1.7" [target.'cfg(not(target_os = "unknown"))'.dependencies] -hyper = "0.13.9" +hyper = "0.13.10" hyper-rustls = "0.21.0" [dev-dependencies] diff --git a/utils/prometheus/Cargo.toml b/utils/prometheus/Cargo.toml index a7f90e831620b..ad5f08d3c6f77 100644 --- a/utils/prometheus/Cargo.toml +++ b/utils/prometheus/Cargo.toml @@ -20,5 +20,5 @@ derive_more = "0.99" [target.'cfg(not(target_os = "unknown"))'.dependencies] async-std = { version = "1.6.5", features = ["unstable"] } -hyper = { version = "0.13.9", default-features = false, features = ["stream"] } +hyper = { version = "0.13.10", default-features = false, features = ["stream"] } tokio = "0.2"