From 67a2bce654a9adc5411a84849a77ebb89731ea84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 13:04:03 +0000 Subject: [PATCH] chore(deps): bump http-body-util from 0.1.3 to 0.1.4 Bumps [http-body-util](https://github.com/hyperium/http-body) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/hyperium/http-body/releases) - [Commits](https://github.com/hyperium/http-body/compare/http-body-util-v0.1.3...http-body-util-v0.1.4) --- updated-dependencies: - dependency-name: http-body-util dependency-version: 0.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 16f49ba..2730b1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1141,9 +1141,9 @@ dependencies = [ [[package]] name = "http-body-util" -version = "0.1.3" +version = "0.1.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" +checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2" dependencies = [ "bytes", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 1507b4f..ffa062b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ hmac = "=0.13.0" htmd = "=0.5.1" http = "=1.4.2" http-body = "=1.0.1" -http-body-util = "=0.1.3" +http-body-util = "=0.1.4" httpdate = "=1.0.3" hyper = { version = "=1.10.1", features = ["client", "http1", "http2"] } hyper-util = { version = "=0.1.20", features = ["client-legacy", "client-proxy", "client-proxy-system", "http1", "http2", "tokio"] }