diff --git a/Cargo.lock b/Cargo.lock index a73aef46..60f8d60d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4467,9 +4467,9 @@ dependencies = [ [[package]] name = "napi" -version = "2.14.2" +version = "2.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fc1cb00cde484640da9f01a124edbb013576a6ae9843b23857c940936b76d91" +checksum = "efbf98e1bcb85cc441bbf7cdfb11070d2537a100e2697d75397b2584c32492d1" dependencies = [ "bitflags 2.4.2", "ctor 0.2.6", diff --git a/Cargo.toml b/Cargo.toml index 00caf390..27c96719 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ base64 = "0.21" tracing = "0.1" time = "0.3" tar = "0.4" -napi = { version = "2.14", default-features = false } +napi = { version = "2.15", default-features = false } napi-derive = "2.15" napi-build = "2.1.0"