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",