diff --git a/Cargo.lock b/Cargo.lock index c62b693f7f1..52573f01a2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1254,9 +1254,9 @@ checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" [[package]] name = "hyper" -version = "0.14.18" +version = "0.14.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2" +checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 7d060e26d55..bb90d2dd798 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ futures-channel = { version = "=0.3.21", default-features = false } futures-util = "=0.3.21" hex = "=0.4.3" http = "=0.2.7" -hyper = { version = "=0.14.18", features = ["client", "http1"] } +hyper = { version = "=0.14.19", features = ["client", "http1"] } indexmap = { version = "=1.8.2", features = ["serde-1"] } ipnetwork = "=0.19.0" tikv-jemallocator = { version = "=0.5.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }