From fddc5406eae557a8e68f4cc4b2f996a8dd72158e Mon Sep 17 00:00:00 2001 From: Jakub Wieczorek Date: Mon, 29 Jan 2024 10:54:01 +0100 Subject: [PATCH] Patch `hyper-util` until https://github.com/hyperium/hyper-util/pull/95 is merged. --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 52342e45f..7e2474440 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,9 @@ features = [ "multipart", ] +[patch.crates-io] +hyper-util = { git = "https://github.com/grafbase/hyper-util", rev = "c7acf8968d96a4408e952a097d93602d2e8ed01a" } + [features] default = ["default-tls"]