diff --git a/Cargo.lock b/Cargo.lock index 5c52341e1..f2a6b54f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3046,9 +3046,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.13.1" +version = "1.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ced87ca4be083373936a67f8de945faa23b6b42384bd5b64434850802c6dccd0" +checksum = "8c1f41ffb7cf259f1ecc2876861a17e7142e63ead296f671f81f6ae85903e0d6" dependencies = [ "getrandom 0.3.1", "serde", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index 02a964fa0..dfdeccd2e 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -80,7 +80,7 @@ mshv-bindings3 = { package="mshv-bindings", version = "0.3.2", optional = true } mshv-ioctls3 = { package="mshv-ioctls", version = "0.3.2", optional = true} [dev-dependencies] -uuid = { version = "1.13.1", features = ["v4"] } +uuid = { version = "1.13.2", features = ["v4"] } signal-hook-registry = "1.4.1" envy = { version = "0.4.2" } serde = "1.0"