diff --git a/Cargo.lock b/Cargo.lock index ac6a72678..48f99e6cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2911,9 +2911,9 @@ dependencies = [ [[package]] name = "rust-embed" -version = "8.9.0" +version = "8.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "947d7f3fad52b283d261c4c99a084937e2fe492248cb9a68a8435a861b8798ca" +checksum = "f783a9e226b5319beefe29d45941f559ace8b56801bb8355be17eea277fc8272" dependencies = [ "rust-embed-impl", "rust-embed-utils", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index cf9f07245..aa390fc4c 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -69,7 +69,7 @@ windows = { version = "0.62", features = [ ] } windows-sys = { version = "0.61", features = ["Win32"] } windows-result = "0.4" -rust-embed = { version = "8.9.0", features = ["debug-embed", "include-exclude", "interpolate-folder-path"] } +rust-embed = { version = "8.10.0", features = ["debug-embed", "include-exclude", "interpolate-folder-path"] } sha256 = "1.6.0" windows-version = "0.1" lazy_static = "1.4.0"