From 641326b54f63b017758f2bfe85dfb3662ed51283 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:18:23 +0000 Subject: [PATCH] Update http requirement from 0.2 to 1.1 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.1.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 1268810..2bd3851 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ async-tungstenite = { version = "0.25", features = ["async-native-tls"] } ctrlc = "3" doc-comment = "0.3" futures = "0.3" -http = "0.2" +http = "1.1" http-body-util = "0.1.0" http-types = "2" hyper = { version = "1.0", default-features = false, features = ["client", "http1", "server"] }