From 9ec03058770b5a3e0e669a7f17bfa55a28cb323a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:26:33 +0000 Subject: [PATCH] chore(deps): bump http-body-util from 0.1.0 to 0.1.1 Bumps [http-body-util](https://github.com/hyperium/http-body) from 0.1.0 to 0.1.1. - [Commits](https://github.com/hyperium/http-body/compare/http-body-util-v0.1.0...http-body-util-v0.1.1) --- updated-dependencies: - dependency-name: http-body-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18a30f5..213ca47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -455,12 +455,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", diff --git a/Cargo.toml b/Cargo.toml index db9a6c7..87976d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ unix-client = { path = "unix-client" } bytes = "1.5.0" chrono = "0.4.35" clap = "4.5.2" -http-body-util = "0.1.0" +http-body-util = "0.1.1" hyper = { version = "1.1.0", features = ["client", "http1"] } serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114"