main: remove unused dependencies

On-behalf-of: SAP philipp.schuster@sap.com
Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
This commit is contained in:
Philipp Schuster
2026-06-03 09:29:42 +02:00
committed by Rob Bradford
parent 212986f013
commit 0f12650c02
2 changed files with 0 additions and 8 deletions

4
Cargo.lock generated
View File

@@ -456,14 +456,12 @@ checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
name = "cloud-hypervisor"
version = "52.0.0"
dependencies = [
"anyhow",
"api_client",
"block",
"clap",
"dhat",
"dirs",
"env_logger",
"epoll",
"event_monitor",
"hypervisor",
"jiff",
@@ -476,9 +474,7 @@ dependencies = [
"signal-hook",
"test_infra",
"thiserror",
"tpm",
"tracer",
"vm-memory",
"vmm",
"vmm-sys-util",
"wait-timeout",