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",

View File

@@ -11,12 +11,10 @@ rust-version.workspace = true
version = "52.0.0"
[dependencies]
anyhow = { workspace = true }
api_client = { path = "../api_client" }
clap = { workspace = true, features = ["string"] }
dhat = { workspace = true, optional = true }
env_logger = { workspace = true }
epoll = { workspace = true }
event_monitor = { path = "../event_monitor" }
hypervisor = { path = "../hypervisor" }
jiff = { workspace = true }
@@ -27,9 +25,7 @@ seccompiler = { workspace = true }
serde_json = { workspace = true }
signal-hook = { workspace = true }
thiserror = { workspace = true }
tpm = { path = "../tpm" }
tracer = { path = "../tracer" }
vm-memory = { workspace = true }
vmm = { path = "../vmm" }
vmm-sys-util = { workspace = true }
zbus = { version = "5.15.0", optional = true }