build: Consolidate UUID crate to workspace
Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
parent
fe07617f5d
commit
a5287c6f67
4 changed files with 4 additions and 3 deletions
|
|
@ -130,4 +130,5 @@ serde_json = "1.0.120"
|
|||
|
||||
# other crates
|
||||
thiserror = "2.0.12"
|
||||
uuid = { version = "1.17.0" }
|
||||
zerocopy = { version = "0.8.24", default-features = false }
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ remain = "0.2.14"
|
|||
serde = { version = "1.0.208", features = ["derive"] }
|
||||
smallvec = "1.13.2"
|
||||
thiserror = { workspace = true }
|
||||
uuid = { version = "1.17.0", features = ["v4"] }
|
||||
uuid = { workspace = true }
|
||||
virtio-bindings = { workspace = true, features = ["virtio-v5_0_0"] }
|
||||
virtio-queue = { workspace = true }
|
||||
vm-memory = { workspace = true, features = [
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ serial_buffer = { path = "../serial_buffer" }
|
|||
signal-hook = "0.3.18"
|
||||
thiserror = { workspace = true }
|
||||
tracer = { path = "../tracer" }
|
||||
uuid = "1.17.0"
|
||||
uuid = { workspace = true }
|
||||
vfio-ioctls = { workspace = true, default-features = false }
|
||||
vfio_user = { workspace = true }
|
||||
virtio-bindings = { workspace = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue