From a039be5a0545e28e4dcdf2e2b682fc6272678e28 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 3 Jan 2026 19:10:44 +0000 Subject: [PATCH] Update napi-build to v2.3.1 --- Cargo.lock | 4 ++-- supply-chain/audits.toml | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index feb47f21..b241dfb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -633,9 +633,9 @@ dependencies = [ [[package]] name = "napi-build" -version = "2.2.3" +version = "2.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dcae8ad5609d14afb3a3b91dee88c757016261b151e9dcecabf1b2a31a6cab14" +checksum = "d376940fd5b723c6893cd1ee3f33abbfd86acb1cd1ec079f3ab04a2a3bc4d3b1" [[package]] name = "napi-derive" diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index 0ab4b845..6ddec24f 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -55,6 +55,11 @@ criteria = "safe-to-deploy" delta = "5.3.3 -> 5.4.0" notes = "This is my own crate published using Trusted Publishing, but I can't mark it as trusted by cargo-vet because it doesn't support Trusted Publishing and just sees that the publisher is unknown." +[[audits.napi-build]] +who = "Oliver Hamlet " +criteria = "safe-to-deploy" +delta = "2.2.3 -> 2.3.1" + [[audits.regress]] who = "Oliver Hamlet " criteria = "safe-to-deploy"