From 15386f23a9b6acc1466afd21ff7429f1fb56eb76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 20:18:46 +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] --- juniper_hyper/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juniper_hyper/Cargo.toml b/juniper_hyper/Cargo.toml index 60effdcf6..cf6ca32c8 100644 --- a/juniper_hyper/Cargo.toml +++ b/juniper_hyper/Cargo.toml @@ -24,7 +24,7 @@ url = "2.0" # Fixes for `minimal-versions` check. # TODO: Try remove on upgrade of `hyper` crate. -http-body = "0.4.5" +http-body = "1.0.0" [dev-dependencies] juniper = { version = "0.16.0-dev", path = "../juniper", features = ["expose-test-schema"] }