From 0cf38c0021e97e2a25dc4fab8f59f77a897bcbc2 Mon Sep 17 00:00:00 2001 From: tyranron Date: Thu, 7 Aug 2025 18:03:50 +0300 Subject: [PATCH] Bump `http-body-util` min version to 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e5f29086..f8dbf1ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ futures-util = { version = "0.3", default-features = false, features = ["sink"] futures-channel = { version = "0.3.17", features = ["sink"]} headers = "0.4" http = "1" -http-body-util = "0.1" +http-body-util = "0.1.2" hyper = { version = "1", features = ["server", "http1", "http2"] } hyper-util = { version = "0.1.12", features = ["server", "server-graceful", "server-auto", "http1", "http2", "service", "tokio"], optional = true } log = "0.4"