From 4f7540c285ed92646d449f0901d75a17f749caf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 03:07:11 +0000 Subject: [PATCH] Bump rust-embed from 8.10.0 to 8.11.0 Bumps rust-embed from 8.10.0 to 8.11.0. --- updated-dependencies: - dependency-name: rust-embed dependency-version: 8.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/hyperlight_host/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"