diff --git a/Cargo.lock b/Cargo.lock index c4c306a35..ec186684c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2570,9 +2570,9 @@ dependencies = [ [[package]] name = "rust-embed" -version = "8.7.0" +version = "8.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5fbc0ee50fcb99af7cebb442e5df7b5b45e9460ffa3f8f549cd26b862bec49d" +checksum = "60e425e204264b144d4c929d126d0de524b40a961686414bab5040f7465c71be" dependencies = [ "rust-embed-impl", "rust-embed-utils", diff --git a/src/hyperlight_host/Cargo.toml b/src/hyperlight_host/Cargo.toml index f54f2f23a..0e989a896 100644 --- a/src/hyperlight_host/Cargo.toml +++ b/src/hyperlight_host/Cargo.toml @@ -60,7 +60,7 @@ windows = { version = "0.61", features = [ ] } windows-sys = { version = "0.59", features = ["Win32"] } windows-result = "0.3" -rust-embed = { version = "8.7.0", features = ["debug-embed", "include-exclude", "interpolate-folder-path"] } +rust-embed = { version = "8.7.1", features = ["debug-embed", "include-exclude", "interpolate-folder-path"] } sha256 = "1.6.0" windows-version = "0.1" lazy_static = "1.4.0"