Skip to content

Commit a46a98f

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

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
@@ -23,7 +23,7 @@ mimalloc = { version = "0.1", features = ["local_dynamic_tls"] }
2323

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

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

0 commit comments

Comments
 (0)