From 12ef71b77aa0e623f04547496f4aea289bf25145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 13:38:34 +0000 Subject: [PATCH] chore(deps): bump napi-derive from 2.16.0 to 2.16.1 Bumps [napi-derive](https://github.com/napi-rs/napi-rs) from 2.16.0 to 2.16.1. - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/napi-derive@2.16.0...napi-derive@2.16.1) --- updated-dependencies: - dependency-name: napi-derive dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- bindings/nodejs/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c0296cca..2cc4b674c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5187,9 +5187,9 @@ checksum = "2f9130fccc5f763cf2069b34a089a18f0d0883c66aceb81f2fad541a3d823c43" [[package]] name = "napi-derive" -version = "2.16.0" +version = "2.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05bb7c37e3c1dda9312fdbe4a9fc7507fca72288ba154ec093e2d49114e727ce" +checksum = "b138cecf1141ae0ff5d62f4aa0e2f269aec339f66070f346ba6fb4279f1fc178" dependencies = [ "cfg-if", "convert_case 0.6.0", @@ -5201,9 +5201,9 @@ dependencies = [ [[package]] name = "napi-derive-backend" -version = "1.0.62" +version = "1.0.63" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f785a8b8d7b83e925f5aa6d2ae3c159d17fe137ac368dc185bef410e7acdaeb4" +checksum = "ce5126b64f6ad9e28e30e6d15213dd378626b38f556454afebc42f7f02a90902" dependencies = [ "convert_case 0.6.0", "once_cell", diff --git a/bindings/nodejs/Cargo.toml b/bindings/nodejs/Cargo.toml index f99f90000..9e228f1a6 100644 --- a/bindings/nodejs/Cargo.toml +++ b/bindings/nodejs/Cargo.toml @@ -31,7 +31,7 @@ serde.workspace = true serde_json.workspace = true once_cell = "1.19.0" bytes = "1.5.0" -napi-derive = "2.16.0" +napi-derive = "2.16.1" napi = { version = "2.16.0", default-features = false, features = ["full"] } # Prevent dynamic linking of lzma, which comes from datafusion