]> git.proxmox.com Git - proxmox-backup.git/commitdiff
api-types: remove unused lazy_static dependency
authorMaximiliano Sandoval <m.sandoval@proxmox.com>
Tue, 13 Aug 2024 08:44:06 +0000 (10:44 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 14 Aug 2024 10:08:01 +0000 (12:08 +0200)
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
pbs-api-types/Cargo.toml

index 808ff514064c37138bb1e73150ddea8d80ade368..17c946fe3609dd1b447277948ebaba80d00f2850 100644 (file)
@@ -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