diff --git a/Cargo.lock b/Cargo.lock index b468d02278633..cc865df3dd714 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4259,7 +4259,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"