Skip to content

Commit c993125

Browse files
chore(deps): Bump napi in /src/code-validator/guest
Bumps [napi](https://github.com/napi-rs/napi-rs) from 2.16.17 to 3.8.6. - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/napi@2.16.17...napi-v3.8.6) --- updated-dependencies: - dependency-name: napi dependency-version: 3.8.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent df1a03c commit c993125

2 files changed

Lines changed: 123 additions & 15 deletions

File tree

src/code-validator/guest/Cargo.lock

Lines changed: 122 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ crate-type = ["cdylib", "rlib"]
1717

1818
[dependencies]
1919
hyperlight-host = { workspace = true }
20-
napi = { version = "2", features = ["async", "napi6"] }
20+
napi = { version = "3", features = ["async", "napi6"] }
2121
napi-derive = "2"
2222
sha2 = "0.11"
2323
hex = "0.4"

0 commit comments

Comments
 (0)