[pbs-devel] [PATCH proxmox 07/15] apt: remove unused dependencies

Maximiliano Sandoval m.sandoval at proxmox.com
Wed Aug 14 11:18:34 CEST 2024


Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
 proxmox-apt/Cargo.toml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/proxmox-apt/Cargo.toml b/proxmox-apt/Cargo.toml
index c35c11ba..0e9fbbdc 100644
--- a/proxmox-apt/Cargo.toml
+++ b/proxmox-apt/Cargo.toml
@@ -13,7 +13,6 @@ exclude = ["debian"]
 [dependencies]
 anyhow.workspace = true
 hex.workspace = true
-once_cell.workspace = true
 openssl.workspace = true
 serde = { workspace = true, features = ["derive"] }
 serde_json.workspace = true
-- 
2.39.2





More information about the pbs-devel mailing list