mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-29 14:04:22 +01:00
bind/js: Bump napi and napi-derive versions
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -2163,8 +2163,6 @@ dependencies = [
|
||||
"once_cell",
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"regex",
|
||||
"semver",
|
||||
"syn 2.0.100",
|
||||
]
|
||||
|
||||
|
||||
@@ -12,8 +12,8 @@ crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
limbo_core = { workspace = true }
|
||||
napi = { version = "2.12.2", default-features = false, features = ["napi4"] }
|
||||
napi-derive = "2.12.2"
|
||||
napi = { version = "2.16.17", default-features = false, features = ["napi4"] }
|
||||
napi-derive = { version = "2.16.13", default-features = false }
|
||||
|
||||
[build-dependencies]
|
||||
napi-build = "2.0.1"
|
||||
|
||||
Reference in New Issue
Block a user