daemon: Remove unused once_cell dependency

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
Maximiliano Sandoval 2024-08-14 11:18:28 +02:00 committed by Wolfgang Bumiller
parent f36d0e5137
commit 709c237ebc

View File

@ -17,7 +17,6 @@ futures.workspace = true
libc.workspace = true
log.workspace = true
nix.workspace = true
once_cell.workspace = true
serde.workspace = true
serde_json.workspace = true
tokio = { workspace = true, features = ["io-util", "net", "rt", "signal", "sync"] }