From 23f1d21a2ea73bc848c6fb7c62dd9182ff664027 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:32:17 +0000 Subject: [PATCH] Update http requirement from 0.2.9 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.9...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 84ab07c..18c93ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ name = "dredge" [dependencies] clap = { version = "4.4.3", features = ["derive", "env", "wrap_help"] } simple_logger = { version = "4.2.0", features = ["timestamps", "colors", "stderr"] } -http = "0.2.9" +http = "1.0.0" indoc = "2.0.4" log = "0.4.20" reqwest = { version = "0.11.20", features = ["json", "gzip", "multipart", "native-tls-vendored"] }