From 07f02d34e56ad8ad490b32eb544b634e0eeaaacd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 03:18:09 +0000 Subject: [PATCH] Bump cargo-hyperlight from 0.1.4 to 0.1.5 Bumps [cargo-hyperlight](https://github.com/hyperlight-dev/cargo-hyperlight) from 0.1.4 to 0.1.5. - [Release notes](https://github.com/hyperlight-dev/cargo-hyperlight/releases) - [Commits](https://github.com/hyperlight-dev/cargo-hyperlight/commits/v0.1.5) --- updated-dependencies: - dependency-name: cargo-hyperlight dependency-version: 0.1.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/hyperlight_wasm/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a21717..b8de702 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -294,9 +294,9 @@ dependencies = [ [[package]] name = "cargo-hyperlight" -version = "0.1.4" +version = "0.1.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fd03f41787904b275b4dc46c2e2fc2a30e42eb9c8c0a416f2611cc280db5313" +checksum = "090c25c7dc78090ca923e0910fc7d2b03926ab4315f31a55b8f5f2c2765f1899" dependencies = [ "anyhow", "console", diff --git a/src/hyperlight_wasm/Cargo.toml b/src/hyperlight_wasm/Cargo.toml index f454b05..5a57f95 100644 --- a/src/hyperlight_wasm/Cargo.toml +++ b/src/hyperlight_wasm/Cargo.toml @@ -101,7 +101,7 @@ built = { version = "0.8.0", features = ["chrono", "git2"] } anyhow = { version = "1.0" } goblin = "0.10.4" tar = "0.4.44" -cargo-hyperlight = "0.1.4" +cargo-hyperlight = "0.1.5" [target.'cfg(windows)'.build-dependencies] junction = "1"