From 5bf2389486ec91ad0513a839b1205f9b6e35b039 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Oct 2021 01:40:25 +0000 Subject: [PATCH] chore(deps): bump http-body from 0.4.3 to 0.4.4 Bumps [http-body](https://github.com/hyperium/http-body) from 0.4.3 to 0.4.4. - [Release notes](https://github.com/hyperium/http-body/releases) - [Changelog](https://github.com/hyperium/http-body/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/http-body/commits) --- updated-dependencies: - dependency-name: http-body dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12a2d2173b..cd0be10a49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1429,9 +1429,9 @@ dependencies = [ [[package]] name = "http-body" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "399c583b2979440c60be0821a6199eca73bc3c8dcd9d070d75ac726e2c6186e5" +checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6" dependencies = [ "bytes", "http",