diff --git a/orchestrator/Cargo.lock b/orchestrator/Cargo.lock index ca5356afe..5bfb7f847 100644 --- a/orchestrator/Cargo.lock +++ b/orchestrator/Cargo.lock @@ -1758,9 +1758,9 @@ dependencies = [ [[package]] name = "httparse" -version = "1.4.1" +version = "1.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68" +checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c" [[package]] name = "httpdate" @@ -1776,9 +1776,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.11" +version = "0.14.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b61cf2d1aebcf6e6352c97b81dc2244ca29194be1b276f5d8ad5c6330fffb11" +checksum = "13f67199e765030fa08fe0bd581af683f0d5bc04ea09c2b1102012c5fb90e7fd" dependencies = [ "bytes 1.0.1", "futures-channel", diff --git a/orchestrator/orchestrator/Cargo.toml b/orchestrator/orchestrator/Cargo.toml index 8f8c345b3..6059610c7 100644 --- a/orchestrator/orchestrator/Cargo.toml +++ b/orchestrator/orchestrator/Cargo.toml @@ -38,7 +38,7 @@ futures = "0.3" openssl-probe = "0.1" axum = "0.1.2" -hyper = "0.14.11" +hyper = "0.14.12" prometheus = "0.12.0" # this is a dirty trick, we depent transitively on OpenSSL it's never