Skip to content

Commit 78f5635

Browse files
Bump napi from 3.8.6 to 3.9.0 (#159)
Bumps [napi](https://github.com/napi-rs/napi-rs) from 3.8.6 to 3.9.0. - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](napi-rs/napi-rs@napi-v3.8.6...napi-v3.9.0) --- updated-dependencies: - dependency-name: napi dependency-version: 3.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac51c90 commit 78f5635

2 files changed

Lines changed: 13 additions & 7 deletions

File tree

Cargo.lock

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

src/js-host-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ crate-type = ["cdylib"]
1414
[dependencies]
1515
arc-swap = "1"
1616
hyperlight-js = { workspace = true, features = ["monitor-wall-clock", "monitor-cpu-time", "guest-call-stats"] }
17-
napi = { version = "3.8", features = ["tokio_rt", "serde-json"] }
17+
napi = { version = "3.9", features = ["tokio_rt", "serde-json"] }
1818
napi-derive = "3.5"
1919
serde_json = "1"
2020
tokio = { version = "1", features = ["rt"] }

0 commit comments

Comments
 (0)