[pbs-devel] [PATCH backup 4/7] restore-daemon: remove unused dependencies
Maximiliano Sandoval
m.sandoval at proxmox.com
Wed Aug 14 11:21:11 CEST 2024
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
proxmox-restore-daemon/Cargo.toml | 1 -
1 file changed, 1 deletion(-)
diff --git a/proxmox-restore-daemon/Cargo.toml b/proxmox-restore-daemon/Cargo.toml
index beb455e5..9d31978b 100644
--- a/proxmox-restore-daemon/Cargo.toml
+++ b/proxmox-restore-daemon/Cargo.toml
@@ -17,7 +17,6 @@ libc.workspace = true
log.workspace = true
nix.workspace = true
regex.workspace = true
-serde.workspace = true
serde_json.workspace = true
tokio = { workspace = true, features = ["macros", "parking_lot", "sync"] }
tokio-stream.workspace = true
--
2.39.2
More information about the pbs-devel
mailing list