From 098ec1f7863905d24d037e026e13d562e28aa6bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 15:58:52 +0000 Subject: [PATCH] chore(deps): bump http-body-util from 0.1.0 to 0.1.1 (#1464) --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2a4ff76b288..289fcd88d433 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1225,12 +1225,12 @@ dependencies = [ [[package]] name = "http-body-util" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41cb79eb393015dadd30fc252023adb0b2400a0caee0fa2a077e6e21a551e840" +checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d" dependencies = [ "bytes", - "futures-util", + "futures-core", "http 1.0.0", "http-body 1.0.0", "pin-project-lite",