diff --git a/Cargo.lock b/Cargo.lock index 7a0e2aaae1cc0f..a150a39e1a7d8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2193,9 +2193,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.23" +version = "0.14.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c" +checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index bd42230ae175af..059d5a8c130d1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -202,7 +202,7 @@ histogram = "0.6.9" hmac = "0.12.1" http = "0.2.8" humantime = "2.0.1" -hyper = "0.14.20" +hyper = "0.14.25" hyper-proxy = "0.9.1" im = "15.1.0" index_list = "0.2.7" diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index 86be081bff5013..d8c1756a4bf892 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -1931,9 +1931,9 @@ checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a" [[package]] name = "hyper" -version = "0.14.23" +version = "0.14.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c" +checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899" dependencies = [ "bytes", "futures-channel",