Skip to content

Commit 36e09bc

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

2 files changed

Lines changed: 46 additions & 6 deletions

File tree

src/code-validator/guest/Cargo.lock

Lines changed: 45 additions & 5 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
@@ -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.11"
2323
hex = "0.4"
2424
base64 = "0.22"

0 commit comments

Comments
 (0)