rrd: remove unused libc dependency

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

View File

@ -15,7 +15,6 @@ proxmox-router = { workspace = true, features = ["cli", "server"] }
anyhow.workspace = true
bitflags.workspace = true
crossbeam-channel.workspace = true
libc.workspace = true
log.workspace = true
nix.workspace = true
serde.workspace = true