[pbs-devel] [PATCH backup 01/11] api-types: remove unused lazy_static dependency
Maximiliano Sandoval
m.sandoval at proxmox.com
Tue Aug 13 10:44:06 CEST 2024
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
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
--
2.39.2
More information about the pbs-devel
mailing list