From 74e015bc9aced1900995d3c9ff8d06e07f7b575d Mon Sep 17 00:00:00 2001 From: Tanner Rogalsky Date: Thu, 21 Dec 2023 18:40:19 +0000 Subject: [PATCH] update hyper-util dependency --- examples/axum/Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/examples/axum/Cargo.toml b/examples/axum/Cargo.toml index 2b3dc33..a02a379 100644 --- a/examples/axum/Cargo.toml +++ b/examples/axum/Cargo.toml @@ -7,9 +7,7 @@ publish = false [dependencies] axum = "0.7" hyper = { version = "1", features = ["full"] } -hyper-util = { git = "https://github.com/hyperium/hyper-util.git", features = [ - "full", -] } +hyper-util = { version = "0.1.2", features = ["full"] } http-body-util = "0.1" turmoil = { path = "../.." } tracing = "0.1"