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" diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index f133980765273f..e2d28f2ee6f131 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -2232,9 +2232,9 @@ checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a" [[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/svm/examples/Cargo.lock b/svm/examples/Cargo.lock index 35404e8d55abb4..634b868cbce063 100644 --- a/svm/examples/Cargo.lock +++ b/svm/examples/Cargo.lock @@ -2132,9 +2132,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",