From a6881b231de6a421f10f7b3bdcd12012182f861f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 16:29:34 +0000 Subject: [PATCH] Bump http-body from 0.4.5 to 1.0.0-rc.2 Bumps [http-body](https://github.com/hyperium/http-body) from 0.4.5 to 1.0.0-rc.2. - [Commits](https://github.com/hyperium/http-body/compare/v0.4.5...v1.0.0-rc.2) --- updated-dependencies: - dependency-name: http-body dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- dozer-api/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5919748624..666a7fb5e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3665,7 +3665,7 @@ dependencies = [ "gethostname", "handlebars", "http", - "http-body 0.4.5", + "http-body 1.0.0-rc.2", "hyper 0.14.27", "jsonwebtoken", "metrics", diff --git a/dozer-api/Cargo.toml b/dozer-api/Cargo.toml index 0b592416ce..45debb9fca 100644 --- a/dozer-api/Cargo.toml +++ b/dozer-api/Cargo.toml @@ -46,7 +46,7 @@ tower-http = { version = "0.4", features = ["full"] } arc-swap = "1.6.0" metrics = "0.21.0" gethostname = "0.4.3" -http-body = "0.4.5" +http-body = "1.0.0-rc" bytes = "1.4.0" http = "0.2.9" pin-project = "1.1.3"