build: Consolidate UUID crate to workspace

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu
2025-06-23 16:10:45 +00:00
committed by Bo Chen
parent fe07617f5d
commit a5287c6f67
4 changed files with 4 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ linux-loader = { workspace = true, features = ["bzimage", "elf", "pe"] }
log = "0.4.22"
serde = { version = "1.0.208", features = ["derive", "rc"] }
thiserror = { workspace = true }
uuid = "1.17.0"
uuid = { workspace = true }
vm-memory = { workspace = true, features = ["backend-bitmap", "backend-mmap"] }
vm-migration = { path = "../vm-migration" }
vmm-sys-util = { workspace = true, features = ["with-serde"] }