From ea3047b2c661ad6940ec11ef62a2473f6daeac04 Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Wed, 14 Aug 2024 11:21:11 +0200 Subject: [PATCH] restore-daemon: remove unused dependencies Signed-off-by: Maximiliano Sandoval --- 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