From 0b3dfaa587ff520351c6f022bf08cd9d5923e419 Mon Sep 17 00:00:00 2001 From: houseme Date: Fri, 16 Jan 2026 17:19:52 +0800 Subject: [PATCH] add feature for hyper-util --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a7f8e2f..204c8aea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ futures-util = "0.3.31" pollster = "0.4.0" hyper = { version = "1.8.1", features = ["http2", "http1", "server"] } hyper-rustls = { version = "0.27.7", default-features = false, features = ["native-tokio", "http1", "tls12", "logging", "http2", "aws-lc-rs", "webpki-roots"] } -hyper-util = { version = "0.1.19", features = ["tokio", "server-auto", "server-graceful"] } +hyper-util = { version = "0.1.19", features = ["tokio", "server-auto", "server-graceful", "tracing"] } http = "1.4.0" http-body = "1.0.1" http-body-util = "0.1.3"