diff --git a/Cargo.lock b/Cargo.lock index ebbb4ddbb7..0fde5b5038 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2335,9 +2335,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.25" +version = "0.14.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899" +checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index e68d2ae4f9..e9708a8c71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -202,7 +202,7 @@ histogram = "0.6.9" hmac = "0.12.1" http = "0.2.9" humantime = "2.0.1" -hyper = "0.14.25" +hyper = "0.14.26" 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 80de4ce358..876ff79b2e 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -2064,9 +2064,9 @@ checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a" [[package]] name = "hyper" -version = "0.14.25" +version = "0.14.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc5e554ff619822309ffd57d8734d77cd5ce6238bc956f037ea06c58238c9899" +checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4" dependencies = [ "bytes", "futures-channel",