From 4ba0573d9a01e81f075767a3f2482557b1d79493 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 04:12:34 +0000 Subject: [PATCH] Update hyper requirement from 0.14 to 1.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.27/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.0...v0.14.27) --- 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 9084c89..067ea73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ tokio-stream = "0.1.8" stream-cancel = "0.8" http = "0.2" url = "2" -hyper = {version="0.14", features=["server","http1","tcp","stream"]} +hyper = {version="1.0", features=["server","http1","tcp","stream"]} log = "0.4" serde = {version="1.0",features=["derive"]} serde_json = {version = "1.0"}