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

@@ -130,4 +130,5 @@ serde_json = "1.0.120"
# other crates # other crates
thiserror = "2.0.12" thiserror = "2.0.12"
uuid = { version = "1.17.0" }
zerocopy = { version = "0.8.24", default-features = false } zerocopy = { version = "0.8.24", default-features = false }

View File

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

View File

@@ -18,7 +18,7 @@ remain = "0.2.14"
serde = { version = "1.0.208", features = ["derive"] } serde = { version = "1.0.208", features = ["derive"] }
smallvec = "1.13.2" smallvec = "1.13.2"
thiserror = { workspace = true } thiserror = { workspace = true }
uuid = { version = "1.17.0", features = ["v4"] } uuid = { workspace = true }
virtio-bindings = { workspace = true, features = ["virtio-v5_0_0"] } virtio-bindings = { workspace = true, features = ["virtio-v5_0_0"] }
virtio-queue = { workspace = true } virtio-queue = { workspace = true }
vm-memory = { workspace = true, features = [ vm-memory = { workspace = true, features = [

View File

@@ -67,7 +67,7 @@ serial_buffer = { path = "../serial_buffer" }
signal-hook = "0.3.18" signal-hook = "0.3.18"
thiserror = { workspace = true } thiserror = { workspace = true }
tracer = { path = "../tracer" } tracer = { path = "../tracer" }
uuid = "1.17.0" uuid = { workspace = true }
vfio-ioctls = { workspace = true, default-features = false } vfio-ioctls = { workspace = true, default-features = false }
vfio_user = { workspace = true } vfio_user = { workspace = true }
virtio-bindings = { workspace = true } virtio-bindings = { workspace = true }