From 0e945942088614d66b1256966ab1e8a210d804c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 14:42:06 +0200 Subject: [PATCH] chore(deps): update rust crate napi to 2.15 (#144) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Amr Bashir --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"