From 6dfa5642b213d39b2fbe4078032a9d4131be219b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 16:03:45 +0000 Subject: [PATCH] Update hyper requirement from 0.14.27 to 1.3.1 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.29/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.27...v0.14.29) --- updated-dependencies: - dependency-name: hyper 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..37feb6c 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.3.1", features = ["server", "http1", "tcp"] } log = "^0.4" prometheus = "0.13.3" lazy_static = "1.4.0" \ No newline at end of file