diff --git a/Cargo.lock b/Cargo.lock index f937c522c..cf741642f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2985,9 +2985,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.11.0" +version = "1.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" +checksum = "b3758f5e68192bb96cc8f9b7e2c2cfdabb435499a28499a42f8f984092adad4b" dependencies = [ "getrandom", "serde", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 054e662f9..3e88f7229 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -77,7 +77,7 @@ kvm-bindings = { version = "0.10.0", features = ["fam-wrappers"], optional = tru kvm-ioctls = { version = "0.19.1", optional = true } [dev-dependencies] -uuid = { version = "1.4.1", features = ["v4"] } +uuid = { version = "1.12.1", features = ["v4"] } signal-hook-registry = "1.4.1" envy = { version = "0.4.2" } serde = "1.0"