From da40d6c8aa56dab8ed781fce47712a305445caf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 10:15:36 +0000 Subject: [PATCH] build(deps): bump warp from 0.4.1 to 0.4.2 Bumps [warp](https://github.com/seanmonstar/warp) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/seanmonstar/warp/releases) - [Changelog](https://github.com/seanmonstar/warp/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/warp/compare/v0.4.1...v0.4.2) --- updated-dependencies: - dependency-name: warp dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c190d9..449ddc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3828,17 +3828,16 @@ dependencies = [ [[package]] name = "warp" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbdb44bd9be779d5b40eb788578e318c40add8eaf639dfa3d443143f16e213af" +checksum = "51d06d9202adc1f15d709c4f4a2069be5428aa912cc025d6f268ac441ab066b0" dependencies = [ "bytes", - "futures-channel", "futures-util", "headers", "http 1.3.1", + "http-body 1.0.1", "http-body-util", - "hyper 1.6.0", "log", "mime", "mime_guess",