From a47b71a9ce63dded33e2beb12259fb2d45f8ed57 Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Tue, 13 Aug 2024 10:44:06 +0200 Subject: [PATCH] api-types: remove unused lazy_static dependency Signed-off-by: Maximiliano Sandoval --- pbs-api-types/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pbs-api-types/Cargo.toml b/pbs-api-types/Cargo.toml index 808ff514..17c946fe 100644 --- a/pbs-api-types/Cargo.toml +++ b/pbs-api-types/Cargo.toml @@ -9,7 +9,6 @@ description = "general API type helpers for PBS" anyhow.workspace = true const_format.workspace = true hex.workspace = true -lazy_static.workspace = true percent-encoding.workspace = true regex.workspace = true serde.workspace = true