From 977e683fb1a33e8c2aeffa1f57f44575697e5e10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 03:10:20 +0000 Subject: [PATCH] chore(deps): Bump hyperlight-js-runtime in /src/sandbox/runtime Bumps [hyperlight-js-runtime](https://github.com/simongdavies/hyperlight-js) from `227ab17` to `a0f13c5`. - [Commits](https://github.com/simongdavies/hyperlight-js/compare/227ab171dd60e0c1ff4f5ed1e7c883ffa1668855...a0f13c57e0d5ec143e3b205afa8e1c837690ca7c) --- updated-dependencies: - dependency-name: hyperlight-js-runtime dependency-version: a0f13c57e0d5ec143e3b205afa8e1c837690ca7c dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/sandbox/runtime/Cargo.lock | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/src/sandbox/runtime/Cargo.lock b/src/sandbox/runtime/Cargo.lock index 5afb8c6..e5b210a 100644 --- a/src/sandbox/runtime/Cargo.lock +++ b/src/sandbox/runtime/Cargo.lock @@ -423,20 +423,21 @@ dependencies = [ [[package]] name = "hyperlight-common" -version = "0.12.0" -source = "git+https://github.com/hyperlight-dev/hyperlight?rev=620339aa95d508e8cbd1d38b4374f09090aade7b#620339aa95d508e8cbd1d38b4374f09090aade7b" +version = "0.13.1" +source = "git+https://github.com/simongdavies/hyperlight?branch=update-surrogate#5f1912b4ce8a8d83e6ce63425d766bd50f511ef8" dependencies = [ "anyhow", "flatbuffers", "log", "spin", "thiserror", + "tracing-core", ] [[package]] name = "hyperlight-guest" -version = "0.12.0" -source = "git+https://github.com/hyperlight-dev/hyperlight?rev=620339aa95d508e8cbd1d38b4374f09090aade7b#620339aa95d508e8cbd1d38b4374f09090aade7b" +version = "0.13.1" +source = "git+https://github.com/simongdavies/hyperlight?branch=update-surrogate#5f1912b4ce8a8d83e6ce63425d766bd50f511ef8" dependencies = [ "anyhow", "flatbuffers", @@ -447,8 +448,8 @@ dependencies = [ [[package]] name = "hyperlight-guest-bin" -version = "0.12.0" -source = "git+https://github.com/hyperlight-dev/hyperlight?rev=620339aa95d508e8cbd1d38b4374f09090aade7b#620339aa95d508e8cbd1d38b4374f09090aade7b" +version = "0.13.1" +source = "git+https://github.com/simongdavies/hyperlight?branch=update-surrogate#5f1912b4ce8a8d83e6ce63425d766bd50f511ef8" dependencies = [ "buddy_system_allocator", "cc", @@ -467,8 +468,8 @@ dependencies = [ [[package]] name = "hyperlight-guest-macro" -version = "0.12.0" -source = "git+https://github.com/hyperlight-dev/hyperlight?rev=620339aa95d508e8cbd1d38b4374f09090aade7b#620339aa95d508e8cbd1d38b4374f09090aade7b" +version = "0.13.1" +source = "git+https://github.com/simongdavies/hyperlight?branch=update-surrogate#5f1912b4ce8a8d83e6ce63425d766bd50f511ef8" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -478,8 +479,8 @@ dependencies = [ [[package]] name = "hyperlight-guest-tracing" -version = "0.12.0" -source = "git+https://github.com/hyperlight-dev/hyperlight?rev=620339aa95d508e8cbd1d38b4374f09090aade7b#620339aa95d508e8cbd1d38b4374f09090aade7b" +version = "0.13.1" +source = "git+https://github.com/simongdavies/hyperlight?branch=update-surrogate#5f1912b4ce8a8d83e6ce63425d766bd50f511ef8" dependencies = [ "hyperlight-common", "spin", @@ -490,12 +491,12 @@ dependencies = [ [[package]] name = "hyperlight-js-common" version = "0.1.1" -source = "git+https://github.com/simongdavies/hyperlight-js.git?branch=hyperagent#227ab171dd60e0c1ff4f5ed1e7c883ffa1668855" +source = "git+https://github.com/simongdavies/hyperlight-js.git?branch=hyperagent#a0f13c57e0d5ec143e3b205afa8e1c837690ca7c" [[package]] name = "hyperlight-js-runtime" version = "0.1.1" -source = "git+https://github.com/simongdavies/hyperlight-js.git?branch=hyperagent#227ab171dd60e0c1ff4f5ed1e7c883ffa1668855" +source = "git+https://github.com/simongdavies/hyperlight-js.git?branch=hyperagent#a0f13c57e0d5ec143e3b205afa8e1c837690ca7c" dependencies = [ "anyhow", "base64",