From 9d9d0f10d51ebab1d8dc6368fef096df74a2c104 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 03:05:37 +0000 Subject: [PATCH] chore(deps): Bump cargo-hyperlight in /src/code-validator/guest Bumps [cargo-hyperlight](https://github.com/hyperlight-dev/cargo-hyperlight) from 0.1.12 to 0.1.13. - [Release notes](https://github.com/hyperlight-dev/cargo-hyperlight/releases) - [Commits](https://github.com/hyperlight-dev/cargo-hyperlight/compare/v0.1.12...v0.1.13) --- updated-dependencies: - dependency-name: cargo-hyperlight dependency-version: 0.1.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/code-validator/guest/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/code-validator/guest/Cargo.lock b/src/code-validator/guest/Cargo.lock index 2dfa438..8a62e53 100644 --- a/src/code-validator/guest/Cargo.lock +++ b/src/code-validator/guest/Cargo.lock @@ -208,9 +208,9 @@ checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593" [[package]] name = "cargo-hyperlight" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4580eb16c90b910fe496797d6340c2d321d06e5640a45b1a973a1d9171ae24c1" +checksum = "e5605a328ba56e38027ec2ab1d6cd490c942c3908a92cb2b36b3c775d5bb22f6" dependencies = [ "anyhow", "clap",