From 8c6901ee1c5ba26a54fbdb9f898606fcafed7466 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Jun 2023 17:11:36 +0100 Subject: [PATCH] bump deps: hyper We need http1_preserve_header_case. Signed-off-by: Ian Jackson --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8f9759..ddd0594 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ eyre = "0.6" # deps not in sid: indenter (see below) fehler = "1" futures = "0.3" heck = "0.4" -hyper = { version = "0.14", features = ["full"] } +hyper = { version = "0.14.7", features = ["full"] } hyper-tls = "0.5" indenter = "0.3" ipnet = "2.3" -- 2.30.2