From c761caf364f34c567f65c5c61c92f0c20ee448a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 08:59:59 +0000 Subject: [PATCH] chore(deps): bump napi from 2.16.11 to 2.16.13 Bumps [napi](https://github.com/napi-rs/napi-rs) from 2.16.11 to 2.16.13. - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/napi@2.16.11...napi@2.16.13) --- updated-dependencies: - dependency-name: napi dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- cala-nodejs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c25dcbe2..6649ea14 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1887,9 +1887,9 @@ checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" [[package]] name = "napi" -version = "2.16.11" +version = "2.16.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53575dfa17f208dd1ce3a2da2da4659aae393b256a472f2738a8586a6c4107fd" +checksum = "214f07a80874bb96a8433b3cdfc84980d56c7b02e1a0d7ba4ba0db5cef785e2b" dependencies = [ "bitflags 2.5.0", "ctor", diff --git a/cala-nodejs/Cargo.toml b/cala-nodejs/Cargo.toml index 9c91b3ee..fe6fad37 100644 --- a/cala-nodejs/Cargo.toml +++ b/cala-nodejs/Cargo.toml @@ -14,7 +14,7 @@ base64 = { workspace = true } uuid = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } -napi = { version = "2.16.11", default-features = false, features = ["tokio_rt", "serde-json"] } +napi = { version = "2.16.13", default-features = false, features = ["tokio_rt", "serde-json"] } napi-derive = "2.16.12" [build-dependencies]