From: Ian Jackson Date: Sun, 2 Feb 2025 12:34:51 +0000 (+0000) Subject: Add hyper-util dependency X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=3b82c0cec664b5a02c80222215bbe16db4f476ee;p=hippotat.git Add hyper-util dependency We're going to need this for TokioIo Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock b/Cargo.lock index fac459f..1151c1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -625,6 +625,7 @@ dependencies = [ "http-body 1.0.1", "http-body-util", "hyper 0.14.32", + "hyper-util", "indenter", "ipnet", "itertools", diff --git a/Cargo.toml b/Cargo.toml index 88b97d8..5aa1b12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,6 +43,7 @@ fehler = "1" futures = "0.3" heck = ">=0.4, <0.6" hyper = { version = "0.14.7", features = ["full"] } +hyper-util = "0.1.10" indenter = "0.3" ipnet = "2.3" itertools = ">=0.10.1, <0.15" diff --git a/debian/control b/debian/control index 1294e6a..fb4036e 100644 --- a/debian/control +++ b/debian/control @@ -26,6 +26,7 @@ Build-Depends: debhelper (>= 12), librust-http-body-dev (>= 1.0.1~) , librust-http-body-util-dev (>= 0.1.2~) , librust-hyper-dev (>= 0.14.7~) , + librust-hyper-util-dev (>= 0.1.10~) , librust-indenter-dev (>= 0.3~) , librust-ipnet-dev (>= 2.3~) , librust-itertools-dev (>= 0.10.1~) ,