From: Ian Jackson Date: Thu, 15 Jun 2023 16:11:36 +0000 (+0100) Subject: bump deps: hyper X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=8c6901ee1c5ba26a54fbdb9f898606fcafed7466;p=hippotat.git bump deps: hyper We need http1_preserve_header_case. Signed-off-by: Ian Jackson --- 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"