From 8e6ff3eac8bf6c1e7ae4120280ec3d7154aff38e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 04:19:57 +0000 Subject: [PATCH] Update http-body requirement from 0.4.5 to 1.0.0 Updates the requirements on [http-body](https://github.com/hyperium/http-body) to permit the latest version. - [Commits](https://github.com/hyperium/http-body/compare/v0.4.5...v1.0.0) --- updated-dependencies: - dependency-name: http-body 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 b6b402ac..935c4ef8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ futures-core = { version = "0.3.15", optional = true } futures-util = { version = "0.3.15", optional = true } jsonwebtoken = "9" http = "0.2.5" -http-body = "0.4.5" +http-body = "1.0.0" hyper = { version = "0.14.13", features = ["client", "http1", "stream", "tcp"] } hyper-rustls = { version = "0.24.0", optional = true } hyper-timeout = { version = "0.4.1", optional = true }