diff --git a/Cargo.lock b/Cargo.lock index 48f99e6cd..af49ea592 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2911,9 +2911,9 @@ dependencies = [ [[package]] name = "rust-embed" -version = "8.10.0" +version = "8.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f783a9e226b5319beefe29d45941f559ace8b56801bb8355be17eea277fc8272" +checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27" dependencies = [ "rust-embed-impl", "rust-embed-utils", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index aa390fc4c..54c82b779 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.10.0", features = ["debug-embed", "include-exclude", "interpolate-folder-path"] } +rust-embed = { version = "8.11.0", features = ["debug-embed", "include-exclude", "interpolate-folder-path"] } sha256 = "1.6.0" windows-version = "0.1" lazy_static = "1.4.0"