From ad572a9d598bc0ff0fab09a1f5a9ec9f5f1ff9df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 08:44:14 +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 dcb24a2..21688f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ tracing-opentelemetry = {version = ">=0.17, <=0.21", optional = true} uuid = {version = ">=0.7.0, <2.0.0", features = ["serde", "v4"]} reqwest-middleware = "0.2.3" -http = "0.2.9" +http = "1.0.0" [dev-dependencies] flate2 = "1.0"