From 8176a022e89358fb7cbbab2f98f6768b57a1d1b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 23:25:22 +0000 Subject: [PATCH] Update http requirement from 0.2.7 to 1.0.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.7...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 88bc942..71b2fa4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ dotenv = { version = "0.15.0", optional = true } futures = "0.3.21" hex-simd = "0.8.0" hmac = "0.12.1" -http = "0.2.7" +http = "1.0.0" httparse = "1.7.0" hyper = { version = "0.14.18", features = ["server"] } md-5 = "0.10.1"