From ae6e0bce404c971542854a667de7e98e3d3f09e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 14:16:16 +0000 Subject: [PATCH] chore(deps): bump napi-derive from 2.15.1 to 2.15.3 Bumps [napi-derive](https://github.com/napi-rs/napi-rs) from 2.15.1 to 2.15.3. - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/napi-derive@2.15.1...napi-derive@2.15.3) --- 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 6cc84eb1c..f004be289 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5101,9 +5101,9 @@ checksum = "d4b4532cf86bfef556348ac65e561e3123879f0e7566cca6d43a6ff5326f13df" [[package]] name = "napi-derive" -version = "2.15.1" +version = "2.15.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d56bb899c164ab1be5e542ae7db8b26750c864bf2eef07295f17754e6358777" +checksum = "e56bd9f0bd84c1f138c5cb22bbf394f75d796b24dad689599ca94cf94e61cc21" dependencies = [ "cfg-if", "convert_case 0.6.0", @@ -5115,9 +5115,9 @@ dependencies = [ [[package]] name = "napi-derive-backend" -version = "1.0.60" +version = "1.0.61" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6cf2d74ac66fd1cccb646be75fdd1c1dce8acfe20a68f61566a31da0d3eb9786" +checksum = "d03b8f403a37007cad225039fc0323b961bb40d697eea744140920ebb689ff1d" dependencies = [ "convert_case 0.6.0", "once_cell", diff --git a/bindings/nodejs/Cargo.toml b/bindings/nodejs/Cargo.toml index 55aed7829..e4fd0a192 100644 --- a/bindings/nodejs/Cargo.toml +++ b/bindings/nodejs/Cargo.toml @@ -13,7 +13,7 @@ workspace = true # Default enable napi4 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix ioutil = { path = "../../crates/ioutil" } napi = { version = "2.15.1", default-features = false, features = ["full"] } -napi-derive = "2.15.1" +napi-derive = "2.15.3" sqlexec = { path = "../../crates/sqlexec" } metastore = { path = "../../crates/metastore" } telemetry = { path = "../../crates/telemetry" }