From af156d36e3f4b1c5e6401070860868841bedb650 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 10 May 2026 11:31:14 +0100 Subject: [PATCH] No longer depend on hippotat-macros Signed-off-by: Ian Jackson --- Cargo.lock | 1 - Cargo.lock.minimal | 1 - Cargo.toml | 1 - 3 files changed, 3 deletions(-) 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" -- 2.30.2