From b6ae54aa9976cb69f63739f64873e10a90ad4211 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 02:53:33 +0000 Subject: [PATCH] chore(deps): update patch/minor dependencies --- Cargo.lock | 16 ++++++++-------- impit-node/Cargo.toml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 90e8484..32f076f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -577,9 +577,9 @@ dependencies = [ [[package]] name = "convert_case" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" +checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49" dependencies = [ "unicode-segmentation", ] @@ -1821,9 +1821,9 @@ dependencies = [ [[package]] name = "napi" -version = "3.8.2" +version = "3.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "909805cbad4d569e69b80e101290fe72e92b9742ba9e333b0c1e83b22fb7447b" +checksum = "e6944d0bf100571cd6e1a98a316cdca262deb6fccf8d93f5ae1502ca3fc88bd3" dependencies = [ "bitflags", "ctor", @@ -1845,9 +1845,9 @@ checksum = "d376940fd5b723c6893cd1ee3f33abbfd86acb1cd1ec079f3ab04a2a3bc4d3b1" [[package]] name = "napi-derive" -version = "3.5.1" +version = "3.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "04ba21bbdf40b33496b4ee6eadfc64d17a6a6cde57cd31549117b0882d1fef86" +checksum = "2c914b5e420182bfb73504e0607592cdb8e2e21437d450883077669fb72a114d" dependencies = [ "convert_case", "ctor", @@ -1859,9 +1859,9 @@ dependencies = [ [[package]] name = "napi-derive-backend" -version = "5.0.1" +version = "5.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9a63791e230572c3218a7acd86ca0a0529fc64294bcbea567cf906d7b04e077" +checksum = "f0864cf6a82e2cfb69067374b64c9253d7e910e5b34db833ed7495dda56ccb18" dependencies = [ "convert_case", "proc-macro2", diff --git a/impit-node/Cargo.toml b/impit-node/Cargo.toml index fe36b4d..0f1525c 100644 --- a/impit-node/Cargo.toml +++ b/impit-node/Cargo.toml @@ -7,8 +7,8 @@ version = "0.0.0" crate-type = ["cdylib"] [dependencies] -napi = { version = "=3.8.2", default-features = false, features = ["napi4", "napi5", "async", "web_stream", "tokio_rt"] } -napi-derive = "=3.5.1" +napi = { version = "=3.8.3", default-features = false, features = ["napi4", "napi5", "async", "web_stream", "tokio_rt"] } +napi-derive = "=3.5.2" impit = { path="../impit" } rustls = { version="0.23.36" } tokio = { version="1.41.1", features = ["full"] }