From 01638ce99e8f817e634dc231b04496952adfce43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 18:20:30 +0000 Subject: [PATCH] chore(cargo): bump http-body-util from 0.1.2 to 0.1.3 Bumps [http-body-util](https://github.com/hyperium/http-body) from 0.1.2 to 0.1.3. - [Release notes](https://github.com/hyperium/http-body/releases) - [Commits](https://github.com/hyperium/http-body/compare/http-body-util-v0.1.2...http-body-util-v0.1.3) --- updated-dependencies: - dependency-name: http-body-util dependency-version: 0.1.3 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 a0642e89f..dec801be2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2495,12 +2495,12 @@ dependencies = [ [[package]] name = "http-body-util" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" +checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" dependencies = [ "bytes", - "futures-util", + "futures-core", "http 1.1.0", "http-body", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index 0ad2328e5..2a31e0cc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ futures-lite = { workspace = true } futures = { workspace = true } hex = "0.4.0" hickory-resolver = "=0.25.0-alpha.5" -http-body-util = "0.1.2" +http-body-util = "0.1.3" humansize = "2" hyper = "1" hyper-util = "0.1.11"