From: Ian Jackson Date: Sun, 10 May 2026 10:31:14 +0000 (+0100) Subject: No longer depend on hippotat-macros X-Git-Tag: debian/1.3.3~5^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=af156d36e3f4b1c5e6401070860868841bedb650;p=hippotat.git No longer depend on hippotat-macros Signed-off-by: Ian Jackson --- diff --git a/Cargo.lock b/Cargo.lock index a523498..6ca685a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -676,7 +676,6 @@ dependencies = [ "fehler", "futures", "heck", - "hippotat-macros", "http-body", "http-body-util", "hyper", diff --git a/Cargo.lock.minimal b/Cargo.lock.minimal index 61d95d3..b224385 100644 --- a/Cargo.lock.minimal +++ b/Cargo.lock.minimal @@ -672,7 +672,6 @@ dependencies = [ "fehler", "futures", "heck", - "hippotat-macros", "http-body", "http-body-util", "hyper", diff --git a/Cargo.toml b/Cargo.toml index 88a68da..b62dc6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,6 @@ path="server/server.rs" [dependencies] derive-deftly = "1" -hippotat-macros = { version = "=1.3.2", path = "macros" } backtrace = "0.3.74" base64 = ">=0.21, <0.23"