From 87f611388abed8cd9b1756100a505d5e2f93d00b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 03:10:18 +0000 Subject: [PATCH] Bump cargo-hyperlight from 0.1.6 to 0.1.7 Bumps [cargo-hyperlight](https://github.com/hyperlight-dev/cargo-hyperlight) from 0.1.6 to 0.1.7. - [Release notes](https://github.com/hyperlight-dev/cargo-hyperlight/releases) - [Commits](https://github.com/hyperlight-dev/cargo-hyperlight/compare/v0.1.6...v0.1.7) --- updated-dependencies: - dependency-name: cargo-hyperlight dependency-version: 0.1.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- src/hyperlight-js/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 20be0a4..cb356b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -285,9 +285,9 @@ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" [[package]] name = "cargo-hyperlight" -version = "0.1.6" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "efc254da43b84f3cfb3cd06b7ed1c17500779867a662cd8d50408f26ea7d4530" +checksum = "83f553259dba0c729c7e644d2529c34f4289e984e565f6d188a9b8aa1a4b8ba3" dependencies = [ "anyhow", "console", diff --git a/src/hyperlight-js/Cargo.toml b/src/hyperlight-js/Cargo.toml index fa2ccc0..e50dfdb 100644 --- a/src/hyperlight-js/Cargo.toml +++ b/src/hyperlight-js/Cargo.toml @@ -35,7 +35,7 @@ libc = { version = "0.2", optional = true } windows-sys = { version = "0.61", features = ["Win32_Foundation", "Win32_System_Threading", "Win32_System_Registry", "Win32_System_WindowsProgramming"], optional = true } [build-dependencies] -cargo-hyperlight = "0.1.6" +cargo-hyperlight = "0.1.7" serde_json = { version = "1.0" } serde = { version = "1.0", features = ["derive"] }