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