diff --git a/Cargo.lock b/Cargo.lock index a66cf10..1d271b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -241,9 +241,9 @@ checksum = "e1c0f5d67ee408a4685b61f5ab7e58605c8ae3f2b4189f0127d804ff13d5560a" [[package]] name = "napi-derive" -version = "2.16.5" +version = "2.16.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0e034ddf6155192cf83f267ede763fe6c164dfa9971585436b16173718d94c4" +checksum = "eafd2b920906ea5b1f5f1f9d1eff9cc74e4ff8124dca41b501c1413079589187" dependencies = [ "cfg-if", "convert_case", @@ -255,9 +255,9 @@ dependencies = [ [[package]] name = "napi-derive-backend" -version = "1.0.67" +version = "1.0.70" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bff2c00437f3b3266391eb5e6aa25d0029187daf5caf05b8e3271468fb5ae73e" +checksum = "b370b784440c65eb9001d839012eb912ee43e3a2d0361e2c30c13052372c39fe" dependencies = [ "convert_case", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 6a03f2c..4b2b3a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ indexmap = "2.2.6" itertools = "0.13.0" # Default enable napi5 feature, see https://nodejs.org/api/n-api.html#node-api-version-matrix napi = { version = "2.16.8", default-features = false, features = ["napi5"] } -napi-derive = "2.16.5" +napi-derive = "2.16.8" replace_with = "0.1.7" rrule = { version = "0.12.0", features = ["exrule"] }