From 78e1db069ba94e2b4e4db7b42b2b8fc8148f652c Mon Sep 17 00:00:00 2001 From: Chrislearn Young Date: Thu, 21 Dec 2023 06:35:17 +0800 Subject: [PATCH] update `hyper-util` to 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 12e44775b..9ac0c1987 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ hmac = "0.12" hex = "0.4" hostname-validator = "1" hyper = { version = "1", features = ["full"] } -hyper-util = { version = "0.1.1", default-features = true } +hyper-util = { version = "0.1.2", default-features = true } hyper-tls = "0.6" indexmap = "2" inventory = "0.3"