From 81b6958f176587ff64dc04214c32c4b1532e5ed9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 07:04:50 +0000 Subject: [PATCH] chore(deps): bump napi from 2.16.10 to 2.16.11 Bumps [napi](https://github.com/napi-rs/napi-rs) from 2.16.10 to 2.16.11. - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/napi@2.16.10...napi@2.16.11) --- updated-dependencies: - dependency-name: napi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52fe182e..9e62b49b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1423,9 +1423,9 @@ dependencies = [ [[package]] name = "napi" -version = "2.16.10" +version = "2.16.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04409e8c2d61995696e44d2181b79b68c1dd41f7e24a17cde60bbd9f54ddddef" +checksum = "53575dfa17f208dd1ce3a2da2da4659aae393b256a472f2738a8586a6c4107fd" dependencies = [ "bitflags", "ctor", diff --git a/Cargo.toml b/Cargo.toml index 8fcf10d0..ed2098ce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ serde_json = "1.0.128" regex = "1.10.6" wax = { version = "0.6.0", features = ["walk"] } napi-derive = { version = "2.16.12", optional = true } -napi = { version = "2.16.10", default-features = false, features = [ +napi = { version = "2.16.11", default-features = false, features = [ "napi9", "serde-json", "tokio_rt",