From abf9555cb724087ae8475e3614bde94d48fcc2ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 00:42:53 +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 7e10f4b..df541c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ rocket = { version = "0.5.0", default-features = false } log = "0.4" unicase = "2.6" url = "2.3.1" -http = "0.2" +http = "1.0" # Optional dependencies that are activated by the various features serde = { version = "1.0", optional = true }