diff --git a/Cargo.lock b/Cargo.lock index b24fbdfd..4b65ad92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1736,7 +1736,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19" dependencies = [ "cfg-if", - "windows-targets 0.48.5", + "windows-targets 0.52.5", ] [[package]] @@ -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", @@ -2362,7 +2362,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5bb182580f71dd070f88d01ce3de9f4da5021db7115d2e1c3605a754153b77c1" dependencies = [ "bytes", - "heck 0.4.1", + "heck 0.5.0", "itertools 0.12.1", "log", "multimap", @@ -2419,7 +2419,7 @@ version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8a669d5acbe719010c6f62a64e6d7d88fdedc1fe46e419747949ecb6312e9b14" dependencies = [ - "heck 0.4.1", + "heck 0.5.0", "prost", "prost-build", "prost-types", diff --git a/cala-nodejs/Cargo.toml b/cala-nodejs/Cargo.toml index fa3fe9d7..453bc2b0 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]