From c17af4d3a7010e8ff53263759ccf3b1a1c4345b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 04:16:10 +0000 Subject: [PATCH] Update http requirement from 0.2 to 1.0 Updates the requirements on [http](https://github.com/hyperium/http) to permit the latest version. - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.0...v1.0.0) --- updated-dependencies: - dependency-name: http 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..cd4bd42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ includedir = {version="0.6", optional=true} tokio = {version="1.0", features=["sync", "rt"]} tokio-stream = "0.1.8" stream-cancel = "0.8" -http = "0.2" +http = "1.0" url = "2" hyper = {version="0.14", features=["server","http1","tcp","stream"]} log = "0.4"