From 359c8a78bfc95b1cdc34c2f8b77ae66cdb94f221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 18:21:51 +0000 Subject: [PATCH] build(deps): bump hyper from 0.14.27 to 0.14.28 Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.27 to 0.14.28. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.28/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.27...v0.14.28) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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