daemon: Remove unused once_cell dependency
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
parent
f36d0e5137
commit
709c237ebc
@ -17,7 +17,6 @@ futures.workspace = true
|
|||||||
libc.workspace = true
|
libc.workspace = true
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
nix.workspace = true
|
nix.workspace = true
|
||||||
once_cell.workspace = true
|
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
tokio = { workspace = true, features = ["io-util", "net", "rt", "signal", "sync"] }
|
tokio = { workspace = true, features = ["io-util", "net", "rt", "signal", "sync"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user