diff --git a/Cargo.lock b/Cargo.lock index b68e5bf9a0f345..aadd8ee629a753 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2892,9 +2892,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.31" +version = "0.14.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85" +checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 0f33cb5a75b2ec..3bc27f3c48136d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -331,7 +331,7 @@ histogram = "0.6.9" hmac = "0.12.1" http = "0.2.12" humantime = "2.0.1" -hyper = "0.14.31" +hyper = "0.14.32" hyper-proxy = "0.9.1" im = "15.1.0" index_list = "0.2.15"