From 53cf1186986892a7628cd2010f9b10a56d5f9d9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 06:03:40 +0000 Subject: [PATCH] cargo-auto: update http_req requirement from 0.8 to 0.9 Updates the requirements on [http_req](https://github.com/jayjamesjay/http_req) to permit the latest version. - [Release notes](https://github.com/jayjamesjay/http_req/releases) - [Commits](https://github.com/jayjamesjay/http_req/compare/v0.8.0...v0.9.0) --- updated-dependencies: - dependency-name: http_req 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 345dabc..4769242 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ settings = ["serde_json", "url"] [dependencies] serde_json = { version = "1.0", optional = true } openssl = { version = "0.10", optional = true } -http_req = { version = "0.8", optional = true } +http_req = { version = "0.9", optional = true } log = { version = "0.4", optional = true } flate2 = { version = "1.0", optional = true } lazy_static = { version = "1.4", optional = true }