From a7638b5f8cb7e048cd1879d7dcc8cbb69bfc71d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:46:31 +0000 Subject: [PATCH] chore(deps): bump napi from 3.7.1 to 3.8.1 Bumps [napi](https://github.com/napi-rs/napi-rs) from 3.7.1 to 3.8.1. - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/napi-v3.7.1...napi-v3.8.1) --- updated-dependencies: - dependency-name: napi dependency-version: 3.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4774667..96fe054 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1249,9 +1249,9 @@ dependencies = [ [[package]] name = "napi" -version = "3.7.1" +version = "3.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2e120bab0f106264eec9f55c3d339a0fad90cc46e0905983b1b53be19e42be6" +checksum = "000f205daae6646003fdc38517be6232af2b150bad4b67bdaf4c5aadb119d738" dependencies = [ "anyhow", "bitflags", diff --git a/Cargo.toml b/Cargo.toml index ad81061..a36f238 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ flate2 = "1.1" html-escape = "0.2" memchr = "2.7" mockito = "1.6" -napi = "3.7" +napi = "3.8" napi-derive = "3.4" once_cell = "1.20" pyo3 = "0.27"