From 4774689d0f0f086797b7fc00e8cc61e244ebec8e Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sun, 10 May 2026 12:27:56 +0100 Subject: [PATCH] Update once_cell from 1.21.3 to 1.21.4 --- Cargo.lock | 4 ++-- supply-chain/imports.lock | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c1c8f29..e863278c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -789,9 +789,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.21.3" +version = "1.21.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" +checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" [[package]] name = "option-ext" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 1c59cb5c..22b0c3f3 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -953,6 +953,12 @@ who = "David Cook " criteria = "safe-to-deploy" delta = "0.3.1 -> 0.3.2" +[[audits.isrg.audits.once_cell]] +who = "J.C. Jones " +criteria = "safe-to-deploy" +delta = "1.21.3 -> 1.21.4" +notes = "The addition is a safe while loop around prior behavior. I don't see any way for that to become malicious." + [[audits.isrg.audits.rayon]] who = "Brandon Pitman " criteria = "safe-to-deploy"