From 89a4c791414a2ee64a41f03c1806dd75c9fb36d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 13:03:52 +0000 Subject: [PATCH] chore(deps): Update napi-derive requirement in /src/code-validator/guest Updates the requirements on [napi-derive](https://github.com/napi-rs/napi-rs) to permit the latest version. - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/napi-derive@2.0.0...napi-derive-v3.5.3) --- updated-dependencies: - dependency-name: napi-derive dependency-version: 3.5.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/code-validator/guest/host/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/code-validator/guest/host/Cargo.toml b/src/code-validator/guest/host/Cargo.toml index e374b94..43836be 100644 --- a/src/code-validator/guest/host/Cargo.toml +++ b/src/code-validator/guest/host/Cargo.toml @@ -18,7 +18,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] hyperlight-host = { workspace = true } napi = { version = "2", features = ["async", "napi6"] } -napi-derive = "2" +napi-derive = "3" sha2 = "0.11" hex = "0.4" base64 = "0.22"