From e9aa32b22d43e3c3d72f8948f36ac0ba65ddb038 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 07:34:39 +0000 Subject: [PATCH] build(deps): update hyper requirement from ^0.14 to ^1.4 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/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.0...v1.4.0) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a62b6296..1c736d9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,7 +38,7 @@ procfs = { version = "^0.16", optional = true, default-features = false } [dev-dependencies] criterion = "0.5" getopts = "^0.2" -hyper = { version = "^0.14", features = ["server", "http1", "tcp"] } +hyper = { version = "^1.4", features = ["server", "http1", "tcp"] } tokio = { version = "^1.0", features = ["macros", "rt-multi-thread"] } [build-dependencies]