From 1908c7a867e778f0cb8d1bb81ba2f66bc05c0a25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 07:44:09 +0000 Subject: [PATCH] build(deps): update hyper requirement from ^0.14 to ^1.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.28/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.0...v0.14.28) --- 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 0ed1b828..a8577e79 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.1", features = ["server", "http1", "tcp"] } tokio = { version = "^1.0", features = ["macros", "rt-multi-thread"] } [build-dependencies]