mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
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:
Generated
+2
-2
@@ -668,9 +668,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "napi"
|
||||
version = "3.1.3"
|
||||
version = "3.1.6"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "afaf586c21f260e9dc327ae3585fc6efcbb24a416d5151da38bbd35a1f2663c8"
|
||||
checksum = "3f995fe29e20a4d5bf5af93d3c8384fd53772bbbc1bf3b03e38dce2b1b0425e3"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"ctor",
|
||||
|
||||
+1
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user