From f43b8e0f0f827d59391aecaddf659b8c1cfba1c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 03:05:48 +0000 Subject: [PATCH] Bump cargo-hyperlight from 0.1.7 to 0.1.8 Bumps [cargo-hyperlight](https://github.com/hyperlight-dev/cargo-hyperlight) from 0.1.7 to 0.1.8. - [Release notes](https://github.com/hyperlight-dev/cargo-hyperlight/releases) - [Commits](https://github.com/hyperlight-dev/cargo-hyperlight/compare/v0.1.7...v0.1.8) --- updated-dependencies: - dependency-name: cargo-hyperlight dependency-version: 0.1.8 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 ff9bff5..5994314 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -328,9 +328,9 @@ dependencies = [ [[package]] name = "cargo-hyperlight" -version = "0.1.7" +version = "0.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83f553259dba0c729c7e644d2529c34f4289e984e565f6d188a9b8aa1a4b8ba3" +checksum = "f745c885e25dbf258ac37804773e60fbb7fce9b46c1db020760131d3faffe35c" dependencies = [ "anyhow", "console", diff --git a/src/hyperlight_wasm/Cargo.toml b/src/hyperlight_wasm/Cargo.toml index 9123db6..ebca91f 100644 --- a/src/hyperlight_wasm/Cargo.toml +++ b/src/hyperlight_wasm/Cargo.toml @@ -97,7 +97,7 @@ built = { version = "0.8.0", features = ["chrono", "git2"] } anyhow = { version = "1.0" } goblin = "0.10.5" tar = "0.4.44" -cargo-hyperlight = "0.1.7" +cargo-hyperlight = "0.1.8" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"