From 5d74c91321bcccd50f3532a275c9a7d965918022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 14:55:25 +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 5459866..05f943e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ __test_strict = [] [dependencies] async-trait = "0.1" chrono = { version = "0.4", features = ["serde"] } -http = "0.2" +http = "1.0" futures-util = { version = "0.3", features = ["std"], default-features = false } # patch version number is necessary for 'reqwest' and 'rustls' dependency to prevent incompatability errors # (https://github.com/seanmonstar/reqwest/issues/1837)