build: Bump UUID crate to 1.17.0

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu
2025-06-20 20:41:44 +00:00
committed by Rob Bradford
parent 4182ef91e0
commit 821f7994fc
4 changed files with 41 additions and 29 deletions

View File

@@ -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.12.1", features = ["v4"] }
uuid = { version = "1.17.0", features = ["v4"] }
virtio-bindings = { workspace = true, features = ["virtio-v5_0_0"] }
virtio-queue = { workspace = true }
vm-memory = { workspace = true, features = [