diff --git a/Cargo.lock b/Cargo.lock index 237b90440..fa676ad8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5702,9 +5702,9 @@ dependencies = [ [[package]] name = "napi" -version = "2.16.11" +version = "2.16.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53575dfa17f208dd1ce3a2da2da4659aae393b256a472f2738a8586a6c4107fd" +checksum = "214f07a80874bb96a8433b3cdfc84980d56c7b02e1a0d7ba4ba0db5cef785e2b" dependencies = [ "bitflags 2.5.0", "chrono", diff --git a/bindings/nodejs/Cargo.toml b/bindings/nodejs/Cargo.toml index 962c2c021..e6636558f 100644 --- a/bindings/nodejs/Cargo.toml +++ b/bindings/nodejs/Cargo.toml @@ -15,7 +15,7 @@ futures = { workspace = true } thiserror = { workspace = true } url = { workspace = true } lzma-sys = { version = "*", features = ["static"] } # Prevent dynamic linking of lzma, which comes from datafusion -napi = { version = "2.16.11", default-features = false, features = ["full"] } +napi = { version = "2.16.13", default-features = false, features = ["full"] } napi-derive = "2.16.12" once_cell = "1.19.0" async-once-cell = "0.5.3"