From 007d85f02b342dc39a953cff48688ef6d760e05d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 12:09:02 +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 12976f3..1fa4432 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ uuid = { version = "1.3.0", features = ["v4", "serde"] } # Logging tracing = "0.1.37" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] } -http = "0.2.9" +http = "1.0.0" url = "2.3.1" [build-dependencies]