chiark / gitweb /
Add http-body dependency
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 1 Feb 2025 11:08:36 +0000 (11:08 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 1 Feb 2025 20:14:58 +0000 (20:14 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.lock
Cargo.lock.minimal
Cargo.toml
debian/control

index 4f8a4b389b79d12858bbea9e7d0bd0d0753fc6d6..0bec0f20d8d26e70b29ed157735d386b01511d4e 100644 (file)
@@ -622,6 +622,7 @@ dependencies = [
  "futures",
  "heck",
  "hippotat-macros",
+ "http-body 1.0.1",
  "hyper 0.14.32",
  "hyper-tls 0.5.0",
  "indenter",
index 5ad79adb91ed7653fcec47706637ad8b511ccad2..259003ba86703fec73b0d05bb3fda9e8a31e8fc9 100644 (file)
@@ -672,6 +672,7 @@ dependencies = [
  "futures",
  "heck",
  "hippotat-macros",
+ "http-body 1.0.1",
  "hyper 0.14.7",
  "hyper-tls 0.5.0",
  "indenter",
@@ -754,9 +755,9 @@ dependencies = [
 
 [[package]]
 name = "http-body"
-version = "1.0.0"
+version = "1.0.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
+checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 dependencies = [
  "bytes 1.0.0",
  "http 1.0.0",
@@ -771,7 +772,7 @@ dependencies = [
  "bytes 1.0.0",
  "futures-util",
  "http 1.0.0",
- "http-body 1.0.0",
+ "http-body 1.0.1",
  "pin-project-lite",
 ]
 
@@ -828,7 +829,7 @@ dependencies = [
  "futures-util",
  "h2 0.4.0",
  "http 1.0.0",
- "http-body 1.0.0",
+ "http-body 1.0.1",
  "httparse",
  "itoa 1.0.0",
  "pin-project-lite",
@@ -892,7 +893,7 @@ dependencies = [
  "futures-channel",
  "futures-util",
  "http 1.0.0",
- "http-body 1.0.0",
+ "http-body 1.0.1",
  "hyper 1.1.0",
  "pin-project-lite",
  "socket2 0.5.0",
@@ -1431,7 +1432,7 @@ dependencies = [
  "futures-util",
  "h2 0.4.0",
  "http 1.0.0",
- "http-body 1.0.0",
+ "http-body 1.0.1",
  "http-body-util",
  "hyper 1.1.0",
  "hyper-rustls",
index 28cb4e37cb541f7a16e77746393fd675a9022566..26f7568d36e9a8171e33fddd9637643fc79b3c17 100644 (file)
@@ -64,6 +64,7 @@ syslog = ">=6, <8"
 thiserror = ">=1.0.2, <3"
 tokio = { version = "1.7", features = ["full"] }
 void = "1"
+http-body = "1.0.1"
 
 [build-dependencies]
 semver = "1.0.14"
index be524d92f4497fecfe0e552c7465afcc29c0c340..d53991ee1f7d23e450bf055a220738c8fd9d657c 100644 (file)
@@ -23,6 +23,7 @@ Build-Depends: debhelper (>= 12),
     librust-fehler-dev (>= 1~) <!upstream-cargo>,
     librust-futures-dev (>= 0.3~) <!upstream-cargo>,
     librust-heck-dev (>= 0.4~) <!upstream-cargo>,
+    librust-http-body-dev (>= 1.0.1~) <!upstream-cargo>,
     librust-hyper-dev (>= 0.14.7~) <!upstream-cargo>,
     librust-hyper-tls-dev (>= 0.5~) <!upstream-cargo>,
     librust-indenter-dev (>= 0.3~) <!upstream-cargo>,