diff --git a/Cargo.lock b/Cargo.lock index ca4a794..301e9c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -628,9 +628,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "0.14.27" +version = "0.14.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468" +checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80" dependencies = [ "bytes", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 12255e1..afc9325 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ version = "8.5.0-alpha.1" [dependencies.hyper] default-features = false features = ["runtime", "tcp", "server"] -version = "0.14.27" +version = "0.14.28" [dependencies.prometheus] default-features = false