[pve-devel] [PATCH installer 5/5] tui: drop unused dependencies from manifest
Christoph Heiss
c.heiss at proxmox.com
Fri May 9 14:09:17 CEST 2025
There are not used anywhere in the tui crate, so drop them.
No functional changes.
Signed-off-by: Christoph Heiss <c.heiss at proxmox.com>
---
proxmox-tui-installer/Cargo.toml | 2 --
1 file changed, 2 deletions(-)
diff --git a/proxmox-tui-installer/Cargo.toml b/proxmox-tui-installer/Cargo.toml
index 403d1ef..139c85c 100644
--- a/proxmox-tui-installer/Cargo.toml
+++ b/proxmox-tui-installer/Cargo.toml
@@ -9,8 +9,6 @@ homepage = "https://www.proxmox.com"
[dependencies]
proxmox-installer-common.workspace = true
-serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
-regex.workspace = true
cursive = { version = "0.21", default-features = false, features = ["crossterm-backend"] }
--
2.49.0
More information about the pve-devel
mailing list