Skip to content

Commit d0a8125

Browse files
build(deps): update napi requirement in /bindings/javascript
Updates the requirements on [napi](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@2.16.0...napi-v3.4.0) --- updated-dependencies: - dependency-name: napi dependency-version: 3.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab8d137 commit d0a8125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/javascript/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ mimalloc = "0.1"
2222
mimalloc = { version = "0.1", features = ["local_dynamic_tls"] }
2323

2424
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
25-
napi = { version = "2.16.0", default-features = false, features = ["napi4"] }
25+
napi = { version = "3.4.0", default-features = false, features = ["napi4"] }
2626
napi-derive = "2.16.0"
2727

2828
[target.'cfg(target_arch = "wasm32")'.dependencies]

0 commit comments

Comments
 (0)