From 49a855855113a3a486f009e56d512e356fa02b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 13:41:33 +0000 Subject: [PATCH] chore(deps): 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/v0.2.11/CHANGELOG.md) - [Commits](https://github.com/hyperium/http/compare/v0.2.0...v0.2.11) --- 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 21420cda9..f190c06a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ form_urlencoded = "1" futures-channel = "0.3" futures-util = { version = "0.3", default-features = false } headers = "0.3" -http = "0.2" +http = "1.0" http-body-util = "0.1.0-rc.3" hmac = "0.12" hex = "0.4"