From 51c69de6b160c3d194230763e279c0dd4c17dcd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 03:07:08 +0000 Subject: [PATCH] Bump cargo-hyperlight from 0.1.9 to 0.1.10 Bumps [cargo-hyperlight](https://github.com/hyperlight-dev/cargo-hyperlight) from 0.1.9 to 0.1.10. - [Release notes](https://github.com/hyperlight-dev/cargo-hyperlight/releases) - [Commits](https://github.com/hyperlight-dev/cargo-hyperlight/compare/v0.1.9...v0.1.10) --- updated-dependencies: - dependency-name: cargo-hyperlight dependency-version: 0.1.10 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 95e3cc55..ce44c81c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -265,9 +265,9 @@ dependencies = [ [[package]] name = "cargo-hyperlight" -version = "0.1.9" +version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8db26640559cfddd11806fcf29e3103590b625d6f80878f6bfe4874f6e2509b1" +checksum = "10403a533b710c022e3a60ec18facb11adb2b4bfa05260b989b373198856c5ae" dependencies = [ "anyhow", "clap", diff --git a/src/hyperlight_wasm/Cargo.toml b/src/hyperlight_wasm/Cargo.toml index 3ef98d8b..e1390f46 100644 --- a/src/hyperlight_wasm/Cargo.toml +++ b/src/hyperlight_wasm/Cargo.toml @@ -102,7 +102,7 @@ built = { version = "0.8.0", features = ["chrono", "git2"] } anyhow = { version = "1.0" } goblin = "0.10.5" tar = "0.4.45" -cargo-hyperlight = "0.1.9" +cargo-hyperlight = "0.1.10" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"