From eb767b397a71ab1ca0bf18d03a53d1f96bb73542 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 15:09:38 +0000 Subject: [PATCH] Update hyper requirement from 0.14.27 to 1.7.0 Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/v0.14.32/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.27...v0.14.32) --- updated-dependencies: - dependency-name: hyper dependency-version: 0.14.32 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- libs/protomask-metrics/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/protomask-metrics/Cargo.toml b/libs/protomask-metrics/Cargo.toml index 4b1a816..f4fdeb6 100644 --- a/libs/protomask-metrics/Cargo.toml +++ b/libs/protomask-metrics/Cargo.toml @@ -13,7 +13,7 @@ keywords = [] categories = [] [dependencies] -hyper = { version = "0.14.27", features = ["server", "http1", "tcp"] } +hyper = { version = "1.7.0", features = ["server", "http1", "tcp"] } log = "^0.4" prometheus = "0.13.3" lazy_static = "1.4.0" \ No newline at end of file