From b6216c48e50e6ca6f04842308eff6bfa46b12ff0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 21:53:31 +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/v0.2.11/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.0...v0.2.11) --- 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 6fed372183..5e411ea29b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ futures-core = "0.3" futures-executor = "0.3" futures-util = "0.3" hyper = "0.14" -http = "0.2" +http = "1.0" isahc = "1.4" log = "0.4" once_cell = "1.13"