From ca5f7db1206a34fe216b78ccc0509293178cbbbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 13:52:58 +0000 Subject: [PATCH] chore(deps): bump http-body from 1.0.1 to 1.1.0 Bumps [http-body](https://github.com/hyperium/http-body) from 1.0.1 to 1.1.0. - [Release notes](https://github.com/hyperium/http-body/releases) - [Commits](https://github.com/hyperium/http-body/compare/v1.0.1...v1.1.0) --- updated-dependencies: - dependency-name: http-body dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 136756b..fceb02e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1141,9 +1141,9 @@ dependencies = [ [[package]] name = "http-body" -version = "1.0.1" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" +checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c" dependencies = [ "bytes", "http", diff --git a/Cargo.toml b/Cargo.toml index cb6a6f9..ed24bba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ h3-quinn = "=0.0.10" hmac = "=0.13.0" htmd = "=0.5.4" http = "=1.4.2" -http-body = "=1.0.1" +http-body = "=1.1.0" http-body-util = "=0.1.4" httpdate = "=1.0.3" hyper = { version = "=1.10.1", features = ["client", "http1", "http2"] }