From: Ian Jackson Date: Sat, 1 Feb 2025 11:08:36 +0000 (+0000) Subject: Add http-body dependency X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=e4f51d17a07ff1449cb7103cbc763a3fc1198034;p=hippotat.git Add http-body dependency Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock b/Cargo.lock index 4f8a4b3..0bec0f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -622,6 +622,7 @@ dependencies = [ "futures", "heck", "hippotat-macros", + "http-body 1.0.1", "hyper 0.14.32", "hyper-tls 0.5.0", "indenter", diff --git a/Cargo.lock.minimal b/Cargo.lock.minimal index 5ad79ad..259003b 100644 --- a/Cargo.lock.minimal +++ b/Cargo.lock.minimal @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 28cb4e3..26f7568 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/debian/control b/debian/control index be524d9..d53991e 100644 --- a/debian/control +++ b/debian/control @@ -23,6 +23,7 @@ Build-Depends: debhelper (>= 12), librust-fehler-dev (>= 1~) , librust-futures-dev (>= 0.3~) , librust-heck-dev (>= 0.4~) , + librust-http-body-dev (>= 1.0.1~) , librust-hyper-dev (>= 0.14.7~) , librust-hyper-tls-dev (>= 0.5~) , librust-indenter-dev (>= 0.3~) ,