diff --git a/Cargo.lock b/Cargo.lock index 8412781c682e3..71193cb2fe2fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2713,9 +2713,9 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.23.0" +version = "0.23.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac" +checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c" dependencies = [ "http", "hyper", diff --git a/client/offchain/Cargo.toml b/client/offchain/Cargo.toml index baeec0b6d731a..50b042c147de1 100644 --- a/client/offchain/Cargo.toml +++ b/client/offchain/Cargo.toml @@ -20,7 +20,7 @@ fnv = "1.0.6" futures = "0.3.21" futures-timer = "3.0.2" hyper = { version = "0.14.16", features = ["stream", "http2"] } -hyper-rustls = { version = "0.23.0", features = ["http2"] } +hyper-rustls = { version = "0.23.2", features = ["http2"] } libp2p = { version = "0.49.0", default-features = false } num_cpus = "1.13" once_cell = "1.8"