api-types: remove unused lazy_static dependency

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
Maximiliano Sandoval 2024-08-13 10:44:06 +02:00 committed by Wolfgang Bumiller
parent 12a141a727
commit a47b71a9ce

View File

@ -9,7 +9,6 @@ description = "general API type helpers for PBS"
anyhow.workspace = true anyhow.workspace = true
const_format.workspace = true const_format.workspace = true
hex.workspace = true hex.workspace = true
lazy_static.workspace = true
percent-encoding.workspace = true percent-encoding.workspace = true
regex.workspace = true regex.workspace = true
serde.workspace = true serde.workspace = true