Merge pull request #131 from loot/dependabot/cargo/napi-3.1.6

Bump napi from 3.1.3 to 3.1.6
This commit is contained in:
Oliver Hamlet
2025-08-13 10:33:56 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ libloot = { path = ".." }
libloot-ffi-errors = { path = "../ffi-errors" }
# Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix
napi = { version = "3.1.3", default-features = false, features = ["napi4"] }
napi = { version = "3.1.6", default-features = false, features = ["napi4"] }
napi-derive = "3.1.1"
[build-dependencies]