chiark / gitweb /
Add hyper-util dependency
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 2 Feb 2025 12:34:51 +0000 (12:34 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 2 Feb 2025 13:59:50 +0000 (13:59 +0000)
We're going to need this for TokioIo

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.lock
Cargo.toml
debian/control

index fac459f68e31800b3d8e295117536d22b9a9d274..1151c1b607b93e7077035ce2c8a64300e473d349 100644 (file)
@@ -625,6 +625,7 @@ dependencies = [
  "http-body 1.0.1",
  "http-body-util",
  "hyper 0.14.32",
+ "hyper-util",
  "indenter",
  "ipnet",
  "itertools",
index 88b97d8d1829d99f9fbc6ff75522f7fc56868c89..5aa1b129aaf25825beaf48b98203944b59ba6e9d 100644 (file)
@@ -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"
index 1294e6a88c0abbf460d2e2b57ec1b3bba57c4084..fb4036e2bd024ab539864dbaa1a12112d59fcacf 100644 (file)
@@ -26,6 +26,7 @@ Build-Depends: debhelper (>= 12),
     librust-http-body-dev (>= 1.0.1~) <!upstream-cargo>,
     librust-http-body-util-dev (>= 0.1.2~) <!upstream-cargo>,
     librust-hyper-dev (>= 0.14.7~) <!upstream-cargo>,
+    librust-hyper-util-dev (>= 0.1.10~) <!upstream-cargo>,
     librust-indenter-dev (>= 0.3~) <!upstream-cargo>,
     librust-ipnet-dev (>= 2.3~) <!upstream-cargo>,
     librust-itertools-dev (>= 0.10.1~) <!upstream-cargo>,