From 0a5ccf1bb8aad010773620140667ab5e6fcb5ef8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 17:11:35 +0000 Subject: [PATCH] build(deps): bump http-body from 0.4.5 to 0.4.6 (#30857) Bumps [http-body](https://github.com/hyperium/http-body) from 0.4.5 to 0.4.6. - [Changelog](https://github.com/hyperium/http-body/blob/v0.4.6/CHANGELOG.md) - [Commits](https://github.com/hyperium/http-body/compare/v0.4.5...v0.4.6) --- updated-dependencies: - dependency-name: http-body dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51cd7d84131..59b28655b9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2715,9 +2715,9 @@ dependencies = [ [[package]] name = "http-body" -version = "0.4.5" +version = "0.4.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" +checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" dependencies = [ "bytes", "http",