From 7e2f52f896cd063ded8c1fa53b2e98c15e5d91ad Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 27 Jan 2026 17:34:05 +0000 Subject: [PATCH] Add an audit for proc-macro2 1.0.105 -> 1.0.106 --- supply-chain/audits.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index 9b9881b4..65e8e51d 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -112,6 +112,11 @@ who = "Oliver Hamlet " criteria = "safe-to-deploy" delta = "3.0.0 -> 3.2.1" +[[audits.proc-macro2]] +who = "Oliver Hamlet " +criteria = "safe-to-deploy" +delta = "1.0.105 -> 1.0.106" + [[audits.regress]] who = "Oliver Hamlet " criteria = "safe-to-deploy"