From 2867907f1531da708bfa0a71007de047a2f79d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 08:04:57 +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 5d49b13..92343c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ __rustls-tls = ["rustls"] data-encoding = { version = "2", optional = true } byteorder = "1.3.2" bytes = "1.0" -http = { version = "0.2", optional = true } +http = { version = "1.0", optional = true } httparse = { version = "1.3.4", optional = true } log = "0.4.8" rand = "0.8.0"