]> git.proxmox.com Git - proxmox-backup.git/commitdiff
restore-daemon: remove unused dependencies
authorMaximiliano Sandoval <m.sandoval@proxmox.com>
Wed, 14 Aug 2024 09:21:11 +0000 (11:21 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 14 Aug 2024 10:13:50 +0000 (12:13 +0200)
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
proxmox-restore-daemon/Cargo.toml

index beb455e5513f40ed3a5b36101c11dc279f0590ee..9d31978b1308f81da253ae27ea5883d7fdeb0fe8 100644 (file)
@@ -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