Skip to content

Commit 41c2a99

Browse files
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] <support@github.com>
1 parent a155cfb commit 41c2a99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/code-validator/guest/host/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ crate-type = ["cdylib", "rlib"]
1818
[dependencies]
1919
hyperlight-host = { workspace = true }
2020
napi = { version = "2", features = ["async", "napi6"] }
21-
napi-derive = "2"
21+
napi-derive = "3"
2222
sha2 = "0.10"
2323
hex = "0.4"
2424
base64 = "0.22"

0 commit comments

Comments
 (0)