diff --git a/Cargo.lock b/Cargo.lock index 6ff19d5..ec7cbc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4056,7 +4056,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 1d9819d..46a4471 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 5671aff..5dbf7e2 100644 --- a/client/offchain/Cargo.toml +++ b/client/offchain/Cargo.toml @@ -33,7 +33,7 @@ sc-network = { version = "0.9.0", path = "../network" } sc-keystore = { version = "3.0.0", path = "../keystore" } [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 a7f90e8..ad5f08d 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"