diff --git a/Cargo.lock b/Cargo.lock index 08415992a13..51aede1539f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1927,15 +1927,15 @@ checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389" [[package]] name = "napi-build" -version = "2.1.2" +version = "2.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f9130fccc5f763cf2069b34a089a18f0d0883c66aceb81f2fad541a3d823c43" +checksum = "e1c0f5d67ee408a4685b61f5ab7e58605c8ae3f2b4189f0127d804ff13d5560a" [[package]] name = "napi-derive" -version = "2.16.0" +version = "2.16.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05bb7c37e3c1dda9312fdbe4a9fc7507fca72288ba154ec093e2d49114e727ce" +checksum = "e5a6de411b6217dbb47cd7a8c48684b162309ff48a77df9228c082400dd5b030" dependencies = [ "cfg-if", "convert_case", @@ -1947,9 +1947,9 @@ dependencies = [ [[package]] name = "napi-derive-backend" -version = "1.0.62" +version = "1.0.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f785a8b8d7b83e925f5aa6d2ae3c159d17fe137ac368dc185bef410e7acdaeb4" +checksum = "c3e35868d43b178b0eb9c17bd018960b1b5dd1732a7d47c23debe8f5c4caf498" dependencies = [ "convert_case", "once_cell", @@ -1962,9 +1962,9 @@ dependencies = [ [[package]] name = "napi-h" -version = "2.16.1" +version = "2.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8122073a4a01e851f0a9bbc4322b8f8cdf6f9faafc260f005cfd782098aff4fb" +checksum = "b47fe12c9068de03264814d10a40d4389ce5a56a35a2bb81e482f42e985c100a" dependencies = [ "anyhow", "bitflags 2.5.0", diff --git a/Cargo.toml b/Cargo.toml index c990fbdd0e8..a580d97ef39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,9 +48,9 @@ ustr = { package = "ustr-fxhash", version = "1.0.0" } xxhash-rust = { version = "0.8.10" } # Pinned -napi = { package = "napi-h", version = "=2.16.1" } -napi-build = { version = "2" } -napi-derive = { version = "2" } +napi = { package = "napi-h", version = "=2.16.2" } +napi-build = { version = "2.1.3" } +napi-derive = { version = "2.16.3" } tikv-jemallocator = { version = "=0.5.4", features = ["disable_initial_exec_tls"] } # Must be pinned with the same swc versions