From: Ian Jackson Date: Sat, 1 Feb 2025 12:36:39 +0000 (+0000) Subject: Add http-body-util dependency X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=9197ed585212abe008d37602ee443f3fcf81c33d;p=hippotat.git Add http-body-util dependency Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock b/Cargo.lock index 0bec0f2..0ba34ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -623,6 +623,7 @@ dependencies = [ "heck", "hippotat-macros", "http-body 1.0.1", + "http-body-util", "hyper 0.14.32", "hyper-tls 0.5.0", "indenter", diff --git a/Cargo.lock.minimal b/Cargo.lock.minimal index 259003b..643bc0a 100644 --- a/Cargo.lock.minimal +++ b/Cargo.lock.minimal @@ -673,6 +673,7 @@ dependencies = [ "heck", "hippotat-macros", "http-body 1.0.1", + "http-body-util", "hyper 0.14.7", "hyper-tls 0.5.0", "indenter", @@ -765,9 +766,9 @@ dependencies = [ [[package]] name = "http-body-util" -version = "0.1.0" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41cb79eb393015dadd30fc252023adb0b2400a0caee0fa2a077e6e21a551e840" +checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" dependencies = [ "bytes 1.0.0", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 26f7568..11e2be9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,6 +65,7 @@ thiserror = ">=1.0.2, <3" tokio = { version = "1.7", features = ["full"] } void = "1" http-body = "1.0.1" +http-body-util = "0.1.2" [build-dependencies] semver = "1.0.14" diff --git a/debian/control b/debian/control index d53991e..d665a61 100644 --- a/debian/control +++ b/debian/control @@ -24,6 +24,7 @@ Build-Depends: debhelper (>= 12), librust-futures-dev (>= 0.3~) , librust-heck-dev (>= 0.4~) , librust-http-body-dev (>= 1.0.1~) , + librust-http-body-util-dev (>= 0.1.2~) , librust-hyper-dev (>= 0.14.7~) , librust-hyper-tls-dev (>= 0.5~) , librust-indenter-dev (>= 0.3~) ,