Skip to content

Commit 53a2859

Browse files
committed
chore(deps): Update napi
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent dc77a0f commit 53a2859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bindings/javascript/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ 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.14.1", default-features = false, features = ["napi4"] }
26-
napi-derive = "2.14.4"
25+
napi = { version = "2.16.0", default-features = false, features = ["napi4"] }
26+
napi-derive = "2.16.0"
2727

2828
[target.'cfg(target_arch = "wasm32")'.dependencies]
2929
wasm-bindgen = "=0.2.100"

0 commit comments

Comments
 (0)